MCPcopy 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
178Try<list<string>> getContainerPaths(
179 const string& rootDir)
180{
181 return fs::list(path::join(rootDir, CONTAINERS_DIR, "*"));
182}
183
184
185string getContainerPath(

Callers

nothing calls this directly

Calls 2

listFunction · 0.50
joinFunction · 0.50

Tested by

no test coverage detected