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

Method containers

src/slave/containerizer/composing.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252
253Future<hashset<ContainerID>> ComposingContainerizer::containers()
254{
255 return dispatch(process, &ComposingContainerizerProcess::containers);
256}
257
258
259Future<Nothing> ComposingContainerizer::remove(const ContainerID& containerId)

Callers 1

foreachFunction · 0.45

Calls 2

dispatchFunction · 0.50
keysMethod · 0.45

Tested by

no test coverage detected