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

Function foreachvalue

src/master/weights_handler.cpp:304–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302
303 if (rescind) {
304 foreachvalue (const Slave* slave, master->slaves.registered) {
305 foreach (Offer* offer, utils::copy(slave->offers)) {
306 master->rescindOffer(offer);
307 }
308 }
309 }
310}
311

Callers

nothing calls this directly

Calls 3

copyFunction · 0.85
foreachFunction · 0.70
rescindOfferMethod · 0.45

Tested by

no test coverage detected