(&self)
| 41 | } |
| 42 | |
| 43 | pub(super) async fn cancel_confirmations(&self) -> usize { |
| 44 | match &self.session.config.confirmation_manager { |
| 45 | Some(manager) => manager.cancel_all().await, |
| 46 | None => 0, |
| 47 | } |
| 48 | } |
| 49 | } |
nothing calls this directly
no test coverage detected