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

Method offerTimeout

src/master/master.cpp:11805–11811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11803
11804
11805void Master::offerTimeout(const OfferID& offerId)
11806{
11807 Offer* offer = getOffer(offerId);
11808 if (offer != nullptr) {
11809 rescindOffer(offer);
11810 }
11811}
11812
11813
11814void Master::rescindOffer(Offer* offer, const Option<Filters>& filters)

Callers

nothing calls this directly

Calls 1

getOfferFunction · 0.85

Tested by

no test coverage detected