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

Method foreachvalue

src/resource_provider/manager.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 http.close();
130
131 foreachvalue (const Owned<Promise<Nothing>>& publish, publishes) {
132 publish->fail(
133 "Failed to publish resources from resource provider " +
134 stringify(info.id()) + ": Connection closed");
135 }
136 }
137
138 ResourceProviderInfo info;

Callers

nothing calls this directly

Calls 3

stringifyFunction · 0.50
failMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected