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

Function getOperationUpdatesPath

src/slave/paths.cpp:639–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637
638
639string getOperationUpdatesPath(
640 const string& rootDir,
641 const id::UUID& operationUuid)
642{
643 return path::join(
644 getOperationPath(rootDir, operationUuid),
645 OPERATION_UPDATES_FILE);
646}
647
648
649string getSlaveOperationUpdatesPath(

Callers 1

Calls 2

getOperationPathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected