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

Function insert_oid_entry

builtin/fast-import.c:1802–1805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1800}
1801
1802static void insert_oid_entry(struct mark_set **s, struct object_id *oid, uintmax_t mark)
1803{
1804 insert_mark(s, mark, xmemdupz(oid, sizeof(*oid)));
1805}
1806
1807static void read_mark_file(struct mark_set **s, FILE *f, mark_set_inserter_t inserter)
1808{

Callers

nothing calls this directly

Calls 2

insert_markFunction · 0.85
xmemdupzFunction · 0.85

Tested by

no test coverage detected