libgit2

git_blame_linecount

Version:

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

Signature

size_t git_blame_linecount(git_blame *blame);

Parameters

In
blame

The blame structure to query.

Returns

size_t

The number of line.

Versions