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

Function getSlaveOperationUpdatesPath

src/slave/paths.cpp:649–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647
648
649string getSlaveOperationUpdatesPath(
650 const string& metaDir,
651 const SlaveID& slaveId,
652 const id::UUID& operationUuid)
653{
654 return getOperationUpdatesPath(getSlavePath(metaDir, slaveId), operationUuid);
655}
656
657
658string getResourceStatePath(const string& rootDir)

Callers

nothing calls this directly

Calls 2

getOperationUpdatesPathFunction · 0.85
getSlavePathFunction · 0.85

Tested by

no test coverage detected