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

Function foreach

src/slave/containerizer/composing.cpp:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273ComposingContainerizerProcess::~ComposingContainerizerProcess()
274{
275 foreach (Containerizer* containerizer, containerizers_) {
276 delete containerizer;
277 }
278
279 foreachvalue (Container* container, containers_) {
280 delete container;

Callers

nothing calls this directly

Calls 9

deferFunction · 0.85
atMethod · 0.80
recoverMethod · 0.45
thenMethod · 0.45
containersMethod · 0.45
waitMethod · 0.45
containsMethod · 0.45
eraseMethod · 0.45
pruneImagesMethod · 0.45

Tested by

no test coverage detected