libgit2

git_blame_hunkcount

Version:

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

Signature

size_t git_blame_hunkcount(git_blame *blame);

Parameters

In
blame

The blame structure to query.

Returns

size_t

The number of hunks.

Versions