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

Function getResourcesTargetPath

src/slave/paths.cpp:677–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675
676
677string getResourcesTargetPath(
678 const string& rootDir)
679{
680 return path::join(rootDir, "resources", RESOURCES_TARGET_FILE);
681}
682
683
684string getDrainConfigPath(

Callers 3

recoverMethod · 0.85
recoverMethod · 0.85

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected