| 1800 | } |
| 1801 | |
| 1802 | static 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 | |
| 1807 | static void read_mark_file(struct mark_set **s, FILE *f, mark_set_inserter_t inserter) |
| 1808 | { |
nothing calls this directly
no test coverage detected