Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ statfs
Class
statfs
src/linux/fs.cpp:135–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
Try<uint32_t> type(const string& path)
134
{
135
struct statfs buf;
136
if (statfs(path.c_str(), &buf) < 0) {
137
return ErrnoError();
138
}
Callers
1
type
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected