MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / from_handle

Method from_handle

wasm-pdk/src/lib.rs:189–189  ·  view source on GitHub ↗
(h: u32)

Source from the content-addressed store, hash-verified

187
188impl FromValue for Handle {
189 fn from_handle(h: u32) -> Result<Self> { Ok(Handle::borrow(h)) }
190}
191impl IntoValue for Handle {
192 fn into_handle(self) -> Result<Handle> { Ok(self) }

Callers

nothing calls this directly

Calls 4

KwargsClass · 0.85
BytesClass · 0.85
decodeFunction · 0.70
ValueEnum · 0.70

Tested by

no test coverage detected