Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ stat
Class
stat
src/files/files.cpp:454–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
if (entries.isSome()) {
453
foreach (const string& entry, entries.get()) {
454
struct stat s;
455
string fullPath = path::join(resolvedPath.get(), entry);
456
457
if (stat(fullPath.c_str(), &s) < 0) {
Callers
1
foreach
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected