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

Function mark_next_object

builtin/fast-export.c:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239static inline void mark_next_object(struct object *object)
240{
241 mark_object(object, ++last_idnum);
242}
243
244static int get_object_mark(struct object *object)
245{

Callers 3

export_blobFunction · 0.85
handle_commitFunction · 0.85
handle_tagFunction · 0.85

Calls 1

mark_objectFunction · 0.70

Tested by

no test coverage detected