MCPcopy Index your code
hub / github.com/git/git / invalid_value_char

Function invalid_value_char

pathspec.c:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165static inline int invalid_value_char(const char ch)
166{
167 if (isalnum(ch) || strchr(",-_", ch))
168 return 0;
169 return -1;
170}
171
172static char *attr_value_unescape(const char *value)
173{

Callers 1

attr_value_unescapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected