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

Function getStandaloneContainerMarkerPath

src/slave/containerizer/mesos/paths.cpp:331–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330
331string getStandaloneContainerMarkerPath(
332 const string& runtimeDir,
333 const ContainerID& containerId)
334{
335 return path::join(
336 getRuntimePath(runtimeDir, containerId),
337 STANDALONE_MARKER_FILE);
338}
339
340
341bool isStandaloneContainer(

Callers 2

isStandaloneContainerFunction · 0.85
launchMethod · 0.85

Calls 2

getRuntimePathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected