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

Function credential_clear_secrets

credential.c:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void credential_clear_secrets(struct credential *c)
49{
50 FREE_AND_NULL(c->password);
51 FREE_AND_NULL(c->credential);
52}
53
54static void credential_set_capability(struct credential_capability *capa,
55 enum credential_op_type op_type)

Callers 4

credential_clearFunction · 0.85
credential_fillFunction · 0.85
credential_rejectFunction · 0.85
handle_curl_resultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected