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

Method attach

src/tests/containerizer.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 Future<Connection> attach(
190 const ContainerID& containerId)
191 {
192 return Failure("Unsupported");
193 }
194
195 Future<ResourceStatistics> usage(
196 const ContainerID& containerId)

Callers 4

TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

FailureClass · 0.85

Tested by

no test coverage detected