git_diff_num_deltas

Query how many diff records are there in a diff.

@param diff A git_diff generated by one of the above functions @return Count of number of deltas in the list

extern (C) nothrow @nogc
size_t
git_diff_num_deltas
(
const(.git_diff)* diff
)

Meta