Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ close_pack_mtimes
Function
close_pack_mtimes
packfile.c:433–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
}
432
433
static void close_pack_mtimes(struct packed_git *p)
434
{
435
if (!p->mtimes_map)
436
return;
437
438
munmap((void *)p->mtimes_map, p->mtimes_size);
439
p->mtimes_map = NULL;
440
}
441
442
void close_pack(struct packed_git *p)
443
{
Callers
1
close_pack
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected