git_index_reuc_entrycount

Get the count of resolve undo entries currently in the index.

package extern (C) nothrow @nogc
size_t
git_index_reuc_entrycount

Parameters

index libgit2_d.types.git_index*

an existing index object

Return Value

Type: size_t

integer of count of current resolve undo entries

Meta