Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
impl FromValue for Handle {
189
fn from_handle(h: u32) -> Result<Self> { Ok(Handle::borrow(h)) }
190
}
191
impl IntoValue for Handle {
192
fn into_handle(self) -> Result<Handle> { Ok(self) }
Callers
nothing calls this directly
Calls
4
Kwargs
Class · 0.85
Bytes
Class · 0.85
decode
Function · 0.70
Value
Enum · 0.70
Tested by
no test coverage detected