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

The blame structure to query.

Returns

uint32_t

The number of hunks.

Versions