MCPcopy Index your code
hub / github.com/git/git / write_pack_access_log

Function write_pack_access_log

packfile.c:1768–1773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1766}
1767
1768static void write_pack_access_log(struct packed_git *p, off_t obj_offset)
1769{
1770 static struct trace_key pack_access = TRACE_KEY_INIT(PACK_ACCESS);
1771 trace_printf_key(&pack_access, "%s %"PRIuMAX"\n",
1772 p->pack_name, (uintmax_t)obj_offset);
1773}
1774
1775int do_check_packed_object_crc;
1776

Callers 1

unpack_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected