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

Method update

src/tests/containerizer.cpp:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 Future<Nothing> update(
182 const ContainerID& containerId,
183 const Resources& resourceRequests,
184 const google::protobuf::Map<string, Value::Scalar>& resourceLimits)
185 {
186 return Nothing();
187 }
188
189 Future<Connection> attach(
190 const ContainerID& containerId)

Callers 13

TEST_FFunction · 0.45
TESTFunction · 0.45
TYPED_TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TYPED_TESTFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

NothingClass · 0.85

Tested by

no test coverage detected