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

Function show_edge

builtin/pack-objects.c:4483–4486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4481}
4482
4483static void show_edge(struct commit *commit)
4484{
4485 add_preferred_base(&commit->object.oid);
4486}
4487
4488static int add_object_in_unpacked_pack(const struct object_id *oid,
4489 struct object_info *oi,

Callers

nothing calls this directly

Calls 1

add_preferred_baseFunction · 0.85

Tested by

no test coverage detected