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

Function sq_dequote

quote.c:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169char *sq_dequote(char *arg)
170{
171 return sq_dequote_step(arg, NULL);
172}
173
174int sq_dequote_to_strvec(char *arg, struct strvec *array)
175{

Callers 2

do_generic_cmdFunction · 0.85
parse_key_value_squotedFunction · 0.85

Calls 1

sq_dequote_stepFunction · 0.85

Tested by

no test coverage detected