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

Method deref

wasmtime-jni/src/opaque_ptr.rs:107–109  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

105
106 #[track_caller]
107 fn deref(&self) -> &Self::Target {
108 self.as_ref()
109 }
110}
111
112impl<'a, T> DerefMut for OpaquePtr<'a, T> {

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.80

Tested by

no test coverage detected