Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ decode_void
Method
decode_void
src/backend/linux_raw/reg.rs:165–168 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
163
164
#[inline]
165
pub(super) fn decode_void(self) {
166
let ignore = self.decode_usize();
167
debug_assert_eq!(ignore, 0);
168
}
169
170
#[inline]
171
pub(super) fn decode_error_code(self) -> u16 {
Callers
3
close
Function · 0.80
try_decode_void
Function · 0.80
sched_yield
Function · 0.80
Calls
1
decode_usize
Method · 0.80
Tested by
no test coverage detected