Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getSlavePath
Function
getSlavePath
src/slave/paths.cpp:170–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
169
170
string getSlavePath(
171
const string& rootDir,
172
const SlaveID& slaveId)
173
{
174
return path::join(rootDir, SLAVES_DIR, stringify(slaveId));
175
}
176
177
178
Try<list<string>> getContainerPaths(
Callers
15
TEST_F
Function · 0.85
TEST_F
Function · 0.85
foreach
Function · 0.85
getSlaveInfoPath
Function · 0.85
getFrameworkPaths
Function · 0.85
getFrameworkPath
Function · 0.85
getResourceProviderRegistryPath
Function · 0.85
getResourceProviderPaths
Function · 0.85
getResourceProviderPath
Function · 0.85
getLatestResourceProviderPath
Function · 0.85
getSlaveOperationPaths
Function · 0.85
getSlaveOperationPath
Function · 0.85
Calls
2
join
Function · 0.50
stringify
Function · 0.50
Tested by
2
TEST_F
Function · 0.68
TEST_F
Function · 0.68