libgit2

git_index_entrycount

Version:

Get the count of entries currently in the index

Signature

size_t git_index_entrycount(const git_index *index);

Parameters

In
index

an existing index object

Returns

size_t

integer of count of current entries

Versions