Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getOperationPaths
Function
getOperationPaths
src/slave/paths.cpp:571–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
569
570
571
Try<list<string>> getOperationPaths(
572
const string& rootDir)
573
{
574
return fs::list(path::join(rootDir, OPERATIONS_DIR,
"*"
));
575
}
576
577
578
Try<list<string>> getSlaveOperationPaths(
Callers
2
reconcileOperationStatuses
Method · 0.85
getSlaveOperationPaths
Function · 0.85
Calls
2
list
Function · 0.50
join
Function · 0.50
Tested by
no test coverage detected