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

Function cq_must_quote

quote.c:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216};
217
218static inline int cq_must_quote(char c)
219{
220 return cq_lookup[(unsigned char)c] + quote_path_fully > 0;
221}
222
223/* returns the longest prefix not needing a quote up to maxlen if positive.
224 This stops at the first \0 because it's marked as a character needing an

Callers 1

next_quote_posFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected