git_index_entrycount

Get the count of entries currently in the index

extern (C) nothrow @nogc
size_t
git_index_entrycount

Parameters

index const(libgit2_d.types.git_index)*

an existing index object

Return Value

Type: size_t

integer of count of current entries

Meta