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

Function getOperationPaths

src/slave/paths.cpp:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569
570
571Try<list<string>> getOperationPaths(
572 const string& rootDir)
573{
574 return fs::list(path::join(rootDir, OPERATIONS_DIR, "*"));
575}
576
577
578Try<list<string>> getSlaveOperationPaths(

Callers 2

getSlaveOperationPathsFunction · 0.85

Calls 2

listFunction · 0.50
joinFunction · 0.50

Tested by

no test coverage detected