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

Function getOperationPath

src/slave/paths.cpp:586–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584
585
586string getOperationPath(
587 const string& rootDir,
588 const id::UUID& operationUuid)
589{
590 return path::join(rootDir, OPERATIONS_DIR, operationUuid.toString());
591}
592
593
594string getSlaveOperationPath(

Callers 3

getSlaveOperationPathFunction · 0.85
getOperationUpdatesPathFunction · 0.85

Calls 2

joinFunction · 0.50
toStringMethod · 0.45

Tested by

no test coverage detected