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

Method deref

wasmtime-jni/src/ty/wasm_alloc.rs:215–217  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

213 type Target = WasmSlice;
214
215 fn deref(&self) -> &WasmSlice {
216 &self.wasm_slice
217 }
218}
219
220impl<'w> Drop for WasmSliceWrapper<'w> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected