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

Function oe_cruft_mtime

pack-objects.h:333–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333static inline uint32_t oe_cruft_mtime(struct packing_data *pack,
334 struct object_entry *e)
335{
336 if (!pack->cruft_mtime)
337 return 0;
338 return pack->cruft_mtime[e - pack->objects];
339}
340
341static inline void oe_set_cruft_mtime(struct packing_data *pack,
342 struct object_entry *e,

Callers 2

write_mtimes_objectsFunction · 0.85
add_cruft_object_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected