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

Function mark_object

builtin/fast-export.c:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234static inline void mark_object(struct object *object, uint32_t mark)
235{
236 add_decoration(&idnums, object, mark_to_ptr(mark));
237}
238
239static inline void mark_next_object(struct object *object)
240{

Callers 2

mark_next_objectFunction · 0.70
import_marksFunction · 0.70

Calls 2

add_decorationFunction · 0.85
mark_to_ptrFunction · 0.85

Tested by

no test coverage detected