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

Function getOffer

src/master/validation.cpp:2160–2164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2158namespace offer {
2159
2160Offer* getOffer(Master* master, const OfferID& offerId)
2161{
2162 CHECK_NOTNULL(master);
2163 return master->getOffer(offerId);
2164}
2165
2166
2167InverseOffer* getInverseOffer(Master* master, const OfferID& offerId)

Callers 7

getSlaveIdFunction · 0.85
getFrameworkIdFunction · 0.85
foreachFunction · 0.85
foreachFunction · 0.85
acceptMethod · 0.85
_acceptMethod · 0.85
offerTimeoutMethod · 0.85

Calls 1

getOfferMethod · 0.80

Tested by

no test coverage detected