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

Method launch

src/slave/containerizer/composing.cpp:175–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174
175Future<Containerizer::LaunchResult> ComposingContainerizer::launch(
176 const ContainerID& containerId,
177 const ContainerConfig& containerConfig,
178 const map<string, string>& environment,
179 const Option<std::string>& pidCheckpointPath)
180{
181 return dispatch(process,
182 &ComposingContainerizerProcess::launch,
183 containerId,
184 containerConfig,
185 environment,
186 pidCheckpointPath);
187}
188
189
190Future<Nothing> ComposingContainerizer::update(

Callers 1

_launchMethod · 0.45

Calls 10

getRootContainerIdFunction · 0.85
FailureClass · 0.85
deferFunction · 0.85
atMethod · 0.80
dispatchFunction · 0.50
stringifyFunction · 0.50
containsMethod · 0.45
eraseMethod · 0.45
thenMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected