MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / CountingHandler

Class CountingHandler

tests/all/debug.rs:1362–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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<'_>) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected