Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
char *sq_dequote(char *arg)
170
{
171
return sq_dequote_step(arg, NULL);
172
}
173
174
int sq_dequote_to_strvec(char *arg, struct strvec *array)
175
{
Callers
2
do_generic_cmd
Function · 0.85
parse_key_value_squoted
Function · 0.85
Calls
1
sq_dequote_step
Function · 0.85
Tested by
no test coverage detected