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

Method recover

src/tests/containerizer.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 Future<Nothing> recover(
85 const Option<slave::state::SlaveState>& state)
86 {
87 return Nothing();
88 }
89
90 Future<slave::Containerizer::LaunchResult> launch(
91 const ContainerID& containerId,

Callers 15

ACTION_PFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

NothingClass · 0.85

Tested by

no test coverage detected