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

Function ack

negotiator/default.c:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171static int ack(struct fetch_negotiator *n, struct commit *c)
172{
173 int known_to_be_common = !!(c->object.flags & COMMON);
174 mark_common(n->data, c, 0, 1);
175 return known_to_be_common;
176}
177
178static void have_sent(struct fetch_negotiator *n, struct commit *c)
179{

Callers

nothing calls this directly

Calls 1

mark_commonFunction · 0.70

Tested by

no test coverage detected