Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
658
string getResourceStatePath(const string& rootDir)
659
{
660
return path::join(rootDir,
"resources"
, RESOURCE_STATE_FILE);
661
}
662
663
664
string getResourceStateTargetPath(const string& rootDir)
Callers
4
TEST_F
Function · 0.85
recover
Method · 0.85
checkpointResourceState
Method · 0.85
recover
Method · 0.85
Calls
1
join
Function · 0.50
Tested by
1
TEST_F
Function · 0.68