Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
struct Handler<T: Send + 'static>(Arc<HandlerInner<T>>);
167
168
impl<T: Send + 'static> std::clone::Clone for Handler<T> {
169
fn clone(&self) -> Self {
Callers
2
clone
Method · 0.70
new
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected