Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ is_nonzero
Method
is_nonzero
src/backend/linux_raw/reg.rs:182–184 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
180
181
#[inline]
182
pub(super) fn is_nonzero(&self) -> bool {
183
!self.raw.is_null()
184
}
185
186
#[inline]
187
pub(super) fn is_negative(&self) -> bool {
Callers
1
try_decode_void
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected