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

Function have_sent

negotiator/default.c:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178static void have_sent(struct fetch_negotiator *n, struct commit *c)
179{
180 if (repo_parse_commit(the_repository, c))
181 return;
182 mark_common(n->data, c, 0, 0);
183}
184
185static void release(struct fetch_negotiator *n)
186{

Callers

nothing calls this directly

Calls 2

repo_parse_commitFunction · 0.85
mark_commonFunction · 0.70

Tested by

no test coverage detected