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

Function url_decode

url.c:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85char *url_decode(const char *url)
86{
87 return url_decode_mem(url, strlen(url));
88}
89
90char *url_decode_mem(const char *url, int len)
91{

Callers 5

credential_from_url_1Function · 0.85
parse_connect_urlFunction · 0.85
url_parseFunction · 0.85
check_submodule_urlFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85

Calls 1

url_decode_memFunction · 0.85

Tested by

no test coverage detected