| 123 | answer_(false); |
| 124 | } |
| 125 | void answer(bool success) { answer_(success); } |
| 126 | std::atomic<int> c_{0}; |
| 127 | std::shared_ptr<timer> const timer_; |
| 128 | return_channel const answer_; |
nothing calls this directly
no outgoing calls
no test coverage detected