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

Function credential_init

credential.c:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include "repository.h"
18
19void credential_init(struct credential *c)
20{
21 struct credential blank = CREDENTIAL_INIT;
22 memcpy(c, &blank, sizeof(*c));
23}
24
25void credential_clear(struct credential *c)
26{

Callers 2

credential_clearFunction · 0.70
LLVMFuzzerTestOneInputFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected