Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
664
string getResourceStateTargetPath(const string& rootDir)
665
{
666
return path::join(rootDir,
"resources"
, RESOURCE_STATE_TARGET_FILE);
667
}
668
669
670
string getResourcesInfoPath(
Callers
3
recover
Method · 0.85
checkpointResourceState
Method · 0.85
recover
Method · 0.85
Calls
1
join
Function · 0.50
Tested by
no test coverage detected