Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
impl<T: Send + 'static> std::clone::Clone for Handler<T> {
169
fn clone(&self) -> Self {
170
Handler(self.0.clone())
171
}
172
}
173
174
impl<T: Send + 'static> DebugHandler for Handler<T> {
Callers
2
new
Method · 0.45
add_debuggee
Function · 0.45
Calls
1
Handler
Class · 0.70
Tested by
no test coverage detected