libgit2

git_pathspec_match_list_entrycount

Version:

Get the number of items in a match list.

Signature

size_t git_pathspec_match_list_entrycount(const git_pathspec_match_list *m);

Parameters

In
m

The git_pathspec_match_list object

Returns

size_t

Number of items in match list

Versions