MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / Owned

Class Owned

wasmtime-jni-exports/src/lib.rs:220–220  ·  view source on GitHub ↗

[cfg(target_arch = "wasm32")]

Source from the content-addressed store, hash-verified

218#[repr(transparent)]
219//#[cfg(target_arch = "wasm32")]
220pub struct Owned<T: WasmAllocated>(T);
221
222#[cfg(target_arch = "wasm32")]
223impl<T: WasmAllocated> Drop for Owned<T> {

Callers 1

ownedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…