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

Method kill

src/tests/containerizer.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 }
285
286 Future<bool> kill(const ContainerID& containerId, int /* signal */)
287 {
288 return destroy(containerId)
289 .then([]() { return true; });
290 }
291
292 Future<hashset<ContainerID>> containers()
293 {

Callers 3

eventsMethod · 0.45
TEST_FFunction · 0.45

Calls 2

destroyFunction · 0.85
thenMethod · 0.45

Tested by

no test coverage detected