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

Function url_normalize

urlmatch.c:439–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439char *url_normalize(const char *url, struct url_info *out_info)
440{
441 return url_normalize_1(url, out_info, 0);
442}
443
444char *url_parse(const char *url_orig, struct url_info *out_info)
445{

Callers 12

credential_apply_configFunction · 0.85
http_initFunction · 0.85
url_parseFunction · 0.85
validate_remote_urlFunction · 0.85
fetch_single_packfileFunction · 0.85
check_submodule_urlFunction · 0.85
check_url_normalizableFunction · 0.85
check_normalized_urlFunction · 0.85
compare_normalized_urlsFunction · 0.85
get_urlmatchFunction · 0.85

Calls 1

url_normalize_1Function · 0.85

Tested by

no test coverage detected