git_status_list_entrycount

Gets the count of status entries in this list.

If there are no changes in status (at least according the options given when the status list was created), this can return 0.

extern (C) nothrow @nogc
size_t
git_status_list_entrycount

Parameters

statuslist libgit2_d.types.git_status_list*

Existing status list object

Return Value

Type: size_t

the number of status entries

Meta