Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
impl<
'a, T> Deref for OpaquePtr<'
a, T> {
Callers
5
Java_net_bluejekyll_wasmtime_WasmFunction_callNtv
Function · 0.80
fmt
Method · 0.80
call_string_method
Function · 0.80
from_java_class
Function · 0.80
from_jvalue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected