Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ statvfs
Class
statvfs
compat/disk.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
strbuf_addch(out,
'\n'
);
36
#else
37
struct statvfs stat;
38
39
strbuf_realpath(&buf,
"."
, 1);
40
if (statvfs(buf.buf, &stat) < 0) {
Callers
1
get_disk_info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected