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

Method get

crates/bench-api/src/unsafe_send_sync.rs:13–15  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

11 }
12
13 pub fn get(&self) -> &T {
14 &self.0
15 }
16}
17
18unsafe impl<T> Send for UnsafeSendSync<T> {}

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected