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

Function getSlaveOperationPath

src/slave/paths.cpp:594–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592
593
594string getSlaveOperationPath(
595 const string& metaDir,
596 const SlaveID& slaveId,
597 const id::UUID& operationUuid)
598{
599 return getOperationPath(getSlavePath(metaDir, slaveId), operationUuid);
600}
601
602
603Try<id::UUID> parseOperationPath(

Callers 2

foreachFunction · 0.85

Calls 2

getOperationPathFunction · 0.85
getSlavePathFunction · 0.85

Tested by

no test coverage detected