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

Method foreachvalue

src/master/quota_handler.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 Option<Error> validate() const
164 {
165 foreachvalue (const unique_ptr<Node>& child, children) {
166 Option<Error> error = child->validate();
167 if (error.isSome()) {
168 return error;
169 }
170 }
171
172 ResourceQuantities childGuarantees;
173 foreachvalue (const unique_ptr<Node>& child, children) {

Callers

nothing calls this directly

Calls 2

validateMethod · 0.45
isSomeMethod · 0.45

Tested by

no test coverage detected