libgit2

git_blame_get_hunk_count

Version:

Gets the number of hunks that exist in the blame structure.

Signature

uint32_t git_blame_get_hunk_count(git_blame *blame);

Parameters

In
blame

Returns

uint32_t

Versions