MCPcopy Create free account
hub / github.com/git/git / refspec_init_fetch

Function refspec_init_fetch

refspec.c:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void refspec_init_fetch(struct refspec *rs)
186{
187 struct refspec blank = REFSPEC_INIT_FETCH;
188 memcpy(rs, &blank, sizeof(*rs));
189}
190
191void refspec_init_push(struct refspec *rs)
192{

Callers 2

make_remoteFunction · 0.85
get_helperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected