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

Function oe_set_cruft_mtime

pack-objects.h:341–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341static inline void oe_set_cruft_mtime(struct packing_data *pack,
342 struct object_entry *e,
343 uint32_t mtime)
344{
345 if (!pack->cruft_mtime)
346 CALLOC_ARRAY(pack->cruft_mtime, pack->nr_alloc);
347 pack->cruft_mtime[e - pack->objects] = mtime;
348}
349
350#endif

Callers 1

add_cruft_object_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected