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

Method foreachvalue

src/master/quota_handler.cpp:132–137  ·  view source on GitHub ↗

Don't check the root node because it does not have quota set.

Source from the content-addressed store, hash-verified

130 {
131 // Don't check the root node because it does not have quota set.
132 foreachvalue (const unique_ptr<Node>& child, root->children) {
133 Option<Error> error = child->validate();
134 if (error.isSome()) {
135 return error;
136 }
137 }
138
139 return None();
140 }

Callers

nothing calls this directly

Calls 2

validateMethod · 0.45
isSomeMethod · 0.45

Tested by

no test coverage detected