TODO(bmahler): Consider killing this.
| 11951 | |
| 11952 | // TODO(bmahler): Consider killing this. |
| 11953 | Offer* Master::getOffer(const OfferID& offerId) const |
| 11954 | { |
| 11955 | return offers.contains(offerId) ? offers.at(offerId) : nullptr; |
| 11956 | } |
| 11957 | |
| 11958 | |
| 11959 | // TODO(bmahler): Consider killing this. |