MCPcopy Create free account
hub / github.com/git/git / no_wildcard

Function no_wildcard

dir.c:692–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692int no_wildcard(const char *string)
693{
694 return string[simple_length(string)] == '\0';
695}
696
697void parse_path_pattern(const char **pattern,
698 int *patternlen,

Callers 3

init_pathspec_itemFunction · 0.85
parse_path_patternFunction · 0.85
parse_branchname_argFunction · 0.85

Calls 1

simple_lengthFunction · 0.85

Tested by 1

init_pathspec_itemFunction · 0.68