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

Function credential_set_all_capabilities

credential.c:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71void credential_set_all_capabilities(struct credential *c,
72 enum credential_op_type op_type)
73{
74 credential_set_capability(&c->capa_authtype, op_type);
75 credential_set_capability(&c->capa_state, op_type);
76}
77
78static void announce_one(struct credential_capability *cc, const char *name, FILE *fp) {
79 if (cc->request_initial)

Callers 3

credential_fillFunction · 0.85
cmd_credentialFunction · 0.85
read_requestFunction · 0.85

Calls 1

Tested by

no test coverage detected