Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ stat
Class
stat
reftable/stack.c:571–571 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
*/
570
if (st->list_fd >= 0) {
571
struct stat list_st;
572
573
if (stat(st->list_file, &list_st) < 0) {
574
/*
Callers
1
stack_uptodate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected