Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getSlaveOperationPaths
Function
getSlaveOperationPaths
src/slave/paths.cpp:578–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
576
577
578
Try<list<string>> getSlaveOperationPaths(
579
const string& metaDir,
580
const SlaveID& slaveId)
581
{
582
return getOperationPaths(getSlavePath(metaDir, slaveId));
583
}
584
585
586
string getOperationPath(
Callers
1
_recoverOperations
Method · 0.85
Calls
2
getOperationPaths
Function · 0.85
getSlavePath
Function · 0.85
Tested by
no test coverage detected