git_blame_get_hunk_count

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

extern (C) nothrow @nogc public
uint
git_blame_get_hunk_count

Parameters

blame .git_blame*

The blame structure to query.

Return Value

Type: uint

The number of hunks.

Meta