git_pathspec_match_list_entrycount

Get the number of items in a match list.

extern (C) nothrow @nogc
size_t
git_pathspec_match_list_entrycount

Parameters

m const(.git_pathspec_match_list)*

The git_pathspec_match_list object

Return Value

Type: size_t

Number of items in match list

Meta