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

Method clone

crates/debugger/src/lib.rs:169–171  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

167
168impl<T: Send + 'static> std::clone::Clone for Handler<T> {
169 fn clone(&self) -> Self {
170 Handler(self.0.clone())
171 }
172}
173
174impl<T: Send + 'static> DebugHandler for Handler<T> {

Callers 2

newMethod · 0.45
add_debuggeeFunction · 0.45

Calls 1

HandlerClass · 0.70

Tested by

no test coverage detected