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

Class Handler

crates/debugger/src/lib.rs:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166struct Handler<T: Send + 'static>(Arc<HandlerInner<T>>);
167
168impl<T: Send + 'static> std::clone::Clone for Handler<T> {
169 fn clone(&self) -> Self {

Callers 2

cloneMethod · 0.70
newMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected