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

Function url_decode_parameter_name

url.c:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110char *url_decode_parameter_name(const char **query)
111{
112 struct strbuf out = STRBUF_INIT;
113 return url_decode_internal(query, -1, "&=", &out, 1);
114}
115
116char *url_decode_parameter_value(const char **query)
117{

Callers 2

get_parametersFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85

Calls 1

url_decode_internalFunction · 0.85

Tested by

no test coverage detected