MCPcopy Index your code
hub / github.com/git/git / mark_complete_oid

Function mark_complete_oid

fetch-pack.c:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655}
656
657static int mark_complete_oid(const struct reference *ref, void *cb_data UNUSED)
658{
659 return mark_complete(ref->oid);
660}
661
662static void mark_recent_complete_commits(struct fetch_pack_args *args,
663 timestamp_t cutoff)

Callers

nothing calls this directly

Calls 1

mark_completeFunction · 0.70

Tested by

no test coverage detected