Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getContainerPaths
Function
getContainerPaths
src/slave/paths.cpp:178–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
177
178
Try<list<string>> getContainerPaths(
179
const string& rootDir)
180
{
181
return fs::list(path::join(rootDir, CONTAINERS_DIR,
"*"
));
182
}
183
184
185
string getContainerPath(
Callers
nothing calls this directly
Calls
2
list
Function · 0.50
join
Function · 0.50
Tested by
no test coverage detected