Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ is_non_null
Method
is_non_null
crates/wasmtime/src/runtime/values.rs:882–884 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
880
/// Is this a non-null reference?
881
#[inline]
882
pub fn is_non_null(&self) -> bool {
883
!self.is_null()
884
}
885
886
/// Is this an `extern` reference?
887
#[inline]
Callers
nothing calls this directly
Calls
1
is_null
Method · 0.80
Tested by
no test coverage detected