Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ stat
Class
stat
packfile.c:165–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
size_t idx_size;
164
int fd = git_open(path), ret;
165
struct stat st;
166
const unsigned int hashsz = p->repo->hash_algo->rawsz;
167
168
if (fd < 0)
Callers
1
add_packed_git
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected