| 1360 | |
| 1361 | #[derive(Clone)] |
| 1362 | struct CountingHandler(Arc<AtomicUsize>); |
| 1363 | impl DebugHandler for CountingHandler { |
| 1364 | type Data = (); |
| 1365 | async fn handle(&self, _store: StoreContextMut<'_, ()>, event: DebugEvent<'_>) { |
no outgoing calls
no test coverage detected