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

Function getSlaveOperationPaths

src/slave/paths.cpp:578–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576
577
578Try<list<string>> getSlaveOperationPaths(
579 const string& metaDir,
580 const SlaveID& slaveId)
581{
582 return getOperationPaths(getSlavePath(metaDir, slaveId));
583}
584
585
586string getOperationPath(

Callers 1

_recoverOperationsMethod · 0.85

Calls 2

getOperationPathsFunction · 0.85
getSlavePathFunction · 0.85

Tested by

no test coverage detected