* Indicates that we're on our way out of Run(). */
| 391 | * Indicates that we're on our way out of Run(). |
| 392 | */ |
| 393 | void BeginExiting() { |
| 394 | PushDefer(); |
| 395 | InternalBeginExiting(); |
| 396 | } |
| 397 | |
| 398 | private: |
| 399 | void BlockSignals(bool all); |
nothing calls this directly
no outgoing calls
no test coverage detected