Searched refs:maybeBurst (Results 1 – 1 of 1) sorted by relevance
51 auto maybeBurst = resilientBurst.recover(burst.get()); in protect() local52 if (!maybeBurst.has_value()) { in protect()53 const auto& [message, code] = maybeBurst.error(); in protect()59 burst = std::move(maybeBurst).value(); in protect()