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

Class D

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

Source from the content-addressed store, hash-verified

1572
1573 #[derive(Clone)]
1574 struct D(Arc<Mutex<Vec<(u32, u32)>>>);
1575 impl DebugHandler for D {
1576 type Data = ();
1577 fn handle(

Calls

no outgoing calls

Tested by

no test coverage detected