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

Method recover

src/slave/containerizer/composing.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168Future<Nothing> ComposingContainerizer::recover(
169 const Option<state::SlaveState>& state)
170{
171 return dispatch(process, &ComposingContainerizerProcess::recover, state);
172}
173
174
175Future<Containerizer::LaunchResult> ComposingContainerizer::launch(

Callers 1

foreachFunction · 0.45

Calls 4

collectFunction · 0.85
deferFunction · 0.85
dispatchFunction · 0.50
thenMethod · 0.45

Tested by

no test coverage detected