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

Method remove

src/slave/containerizer/composing.cpp:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258
259Future<Nothing> ComposingContainerizer::remove(const ContainerID& containerId)
260{
261 return dispatch(process, &ComposingContainerizerProcess::remove, containerId);
262}
263
264
265Future<Nothing> ComposingContainerizer::pruneImages(

Callers

nothing calls this directly

Calls 5

getRootContainerIdFunction · 0.85
FailureClass · 0.85
dispatchFunction · 0.50
stringifyFunction · 0.50
containsMethod · 0.45

Tested by

no test coverage detected