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

Method containers

src/tests/containerizer.cpp:557–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555
556
557Future<hashset<ContainerID>> TestContainerizer::containers()
558{
559 return process::dispatch(
560 process.get(),
561 &TestContainerizerProcess::containers);
562}
563
564
565Future<Nothing> TestContainerizer::_pruneImages(

Callers 15

launchParentContainerMethod · 0.45
~SlaveMethod · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
foreachFunction · 0.45
TYPED_TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45

Calls 2

dispatchFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected