git_index_name_entrycount

Get the count of filename conflict entries currently in the index.

package extern (C) nothrow @nogc
size_t
git_index_name_entrycount

Parameters

index libgit2_d.types.git_index*

an existing index object

Return Value

Type: size_t

integer of count of current filename conflict entries

Meta