Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ stat
Class
stat
repack.c:343–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
const char *packtmp)
342
{
343
struct stat statbuf;
344
struct strbuf path = STRBUF_INIT;
345
struct generated_pack *pack = xcalloc(1, sizeof(*pack));
346
size_t i;
Callers
2
generated_pack_populate
Function · 0.70
generated_pack_install
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected