git_pathspec_match_list_failed_entrycount

Get the number of pathspec items that did not match.

This will be zero unless you passed git_pathspec_flag_t.GIT_PATHSPEC_FIND_FAILURES when generating the git_pathspec_match_list.

extern (C) nothrow @nogc
size_t
git_pathspec_match_list_failed_entrycount

Parameters

m const(.git_pathspec_match_list)*

The git_pathspec_match_list object

Return Value

Type: size_t

Number of items in original pathspec that had no matches

Meta