MCPcopy Index your code
hub / github.com/git/git / url_decode_parameter_value

Function url_decode_parameter_value

url.c:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116char *url_decode_parameter_value(const char **query)
117{
118 struct strbuf out = STRBUF_INIT;
119 return url_decode_internal(query, -1, "&", &out, 1);
120}
121
122void end_url_with_slash(struct strbuf *buf, const char *url)
123{

Callers 2

get_parametersFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85

Calls 1

url_decode_internalFunction · 0.85

Tested by

no test coverage detected