(&self)
| 117 | } |
| 118 | |
| 119 | pub(super) fn active_tools(&self) -> usize { |
| 120 | read_or_recover(&self.active_tools).len() |
| 121 | } |
| 122 | |
| 123 | pub(super) fn pending_actions(&self) -> usize { |
| 124 | read_or_recover(&self.pending_confirmations).len() |
no test coverage detected