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

Function credential_from_url

credential.c:706–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706void credential_from_url(struct credential *c, const char *url)
707{
708 if (credential_from_url_gently(c, url, 0) < 0)
709 die(_("credential url cannot be parsed: %s"), url);
710}

Callers 4

credential_readFunction · 0.85
get_curl_handleFunction · 0.85
http_initFunction · 0.85
http_request_recoverableFunction · 0.85

Calls 2

dieFunction · 0.70

Tested by

no test coverage detected