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

Function getResourcesInfoPath

src/slave/paths.cpp:670–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668
669
670string getResourcesInfoPath(
671 const string& rootDir)
672{
673 return path::join(rootDir, "resources", RESOURCES_INFO_FILE);
674}
675
676
677string getResourcesTargetPath(

Callers 3

recoverMethod · 0.85
recoverMethod · 0.85

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected