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

Function getResourceStatePath

src/slave/paths.cpp:658–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656
657
658string getResourceStatePath(const string& rootDir)
659{
660 return path::join(rootDir, "resources", RESOURCE_STATE_FILE);
661}
662
663
664string getResourceStateTargetPath(const string& rootDir)

Callers 4

TEST_FFunction · 0.85
recoverMethod · 0.85
recoverMethod · 0.85

Calls 1

joinFunction · 0.50

Tested by 1

TEST_FFunction · 0.68