Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
677
string getResourcesTargetPath(
678
const string& rootDir)
679
{
680
return path::join(rootDir,
"resources"
, RESOURCES_TARGET_FILE);
681
}
682
683
684
string getDrainConfigPath(
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