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

Function credential_from_potentially_partial_url

credential.c:695–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695static int credential_from_potentially_partial_url(struct credential *c,
696 const char *url)
697{
698 return credential_from_url_1(c, url, 1, 0);
699}
700
701int credential_from_url_gently(struct credential *c, const char *url, int quiet)
702{

Callers 1

match_partial_urlFunction · 0.85

Calls 1

credential_from_url_1Function · 0.85

Tested by

no test coverage detected