Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getContainerPaths
Function
getContainerPaths
src/csi/paths.cpp:60–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
60
Try<list<string>> getContainerPaths(
61
const string& rootDir,
62
const string& type,
63
const string& name)
64
{
65
return fs::list(path::join(rootDir, type, name, CONTAINERS_DIR,
"*"
));
66
}
67
68
69
string getContainerPath(
Callers
4
recover
Method · 0.70
foreach
Method · 0.50
foreach
Method · 0.50
TearDown
Method · 0.50
Calls
2
list
Function · 0.50
join
Function · 0.50
Tested by
3
foreach
Method · 0.40
foreach
Method · 0.40
TearDown
Method · 0.40