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

Function credential_from_url_gently

credential.c:701–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701int credential_from_url_gently(struct credential *c, const char *url, int quiet)
702{
703 return credential_from_url_1(c, url, 0, quiet);
704}
705
706void credential_from_url(struct credential *c, const char *url)
707{

Callers 3

credential_from_urlFunction · 0.85
LLVMFuzzerTestOneInputFunction · 0.85
parse_credential_fileFunction · 0.85

Calls 1

credential_from_url_1Function · 0.85

Tested by

no test coverage detected