MCPcopy Create free account
hub / github.com/apache/mesos / getFrameworkPaths

Function getFrameworkPaths

src/slave/paths.cpp:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
201Try<list<string>> getFrameworkPaths(
202 const string& rootDir,
203 const SlaveID& slaveId)
204{
205 return fs::list(
206 path::join(getSlavePath(rootDir, slaveId), FRAMEWORKS_DIR, "*"));
207}
208
209
210string getFrameworkPath(

Callers 1

recoverMethod · 0.85

Calls 3

getSlavePathFunction · 0.85
listFunction · 0.50
joinFunction · 0.50

Tested by

no test coverage detected