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

Function getResourceStateTargetPath

src/slave/paths.cpp:664–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662
663
664string getResourceStateTargetPath(const string& rootDir)
665{
666 return path::join(rootDir, "resources", RESOURCE_STATE_TARGET_FILE);
667}
668
669
670string getResourcesInfoPath(

Callers 3

recoverMethod · 0.85
recoverMethod · 0.85

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected