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

Function crud

ident.c:203–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203static int crud(unsigned char c)
204{
205 return c <= 32 ||
206 c == ',' ||
207 c == ':' ||
208 c == ';' ||
209 c == '<' ||
210 c == '>' ||
211 c == '"' ||
212 c == '\\' ||
213 c == '\'';
214}
215
216static int has_non_crud(const char *str)
217{

Callers 2

has_non_crudFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected