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

Method is_null

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

Source from the content-addressed store, hash-verified

96 /// Returns true if the backing ptr is == 0
97 #[allow(unused)]
98 pub fn is_null(&self) -> bool {
99 self.ptr == 0
100 }
101}
102
103impl<'a, T> Deref for OpaquePtr<'a, T> {

Callers 5

fmtMethod · 0.80
call_string_methodFunction · 0.80
from_java_classFunction · 0.80
from_jvalueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected