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

Function getContainerInfoPath

src/csi/paths.cpp:119–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118
119string getContainerInfoPath(
120 const string& rootDir,
121 const string& type,
122 const string& name,
123 const ContainerID& containerId)
124{
125 return path::join(
126 getContainerPath(rootDir, type, name, containerId),
127 CONTAINER_INFO_FILE);
128}
129
130
131string getEndpointDirSymlinkPath(

Callers 2

foreachFunction · 0.85
getEndpointMethod · 0.85

Calls 2

getContainerPathFunction · 0.70
joinFunction · 0.50

Tested by

no test coverage detected