Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getResourcesInfoPath
Function
getResourcesInfoPath
src/slave/paths.cpp:670–674 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
668
669
670
string getResourcesInfoPath(
671
const string& rootDir)
672
{
673
return path::join(rootDir,
"resources"
, RESOURCES_INFO_FILE);
674
}
675
676
677
string getResourcesTargetPath(
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