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

Function url_percent_decode

url.c:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104char *url_percent_decode(const char *encoded)
105{
106 struct strbuf out = STRBUF_INIT;
107 return url_decode_internal(&encoded, strlen(encoded), NULL, &out, 0);
108}
109
110char *url_decode_parameter_name(const char **query)
111{

Callers 4

parse_combine_subfilterFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85

Calls 1

url_decode_internalFunction · 0.85

Tested by

no test coverage detected