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

Function credential_next_state

credential.c:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void credential_next_state(struct credential *c)
43{
44 strvec_clear(&c->state_headers_to_send);
45 SWAP(c->state_headers, c->state_headers_to_send);
46}
47
48void credential_clear_secrets(struct credential *c)
49{

Callers 4

credential_fillFunction · 0.85
credential_approveFunction · 0.85
credential_rejectFunction · 0.85
cmd_credentialFunction · 0.85

Calls 1

strvec_clearFunction · 0.85

Tested by

no test coverage detected