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

Function insert_one_alternate_object

fetch-pack.c:267–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267static void insert_one_alternate_object(struct fetch_negotiator *negotiator,
268 struct object *obj)
269{
270 rev_list_insert_ref(negotiator, &obj->oid);
271}
272
273#define INITIAL_FLUSH 16
274#define PIPESAFE_FLUSH 32

Callers

nothing calls this directly

Calls 1

rev_list_insert_refFunction · 0.85

Tested by

no test coverage detected