MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / ret_u64

Function ret_u64

src/backend/linux_raw/conv.rs:936–938  ·  view source on GitHub ↗
(raw: RetReg<R0>)

Source from the content-addressed store, hash-verified

934#[cfg(target_pointer_width = "64")]
935#[inline]
936pub(super) fn ret_u64(raw: RetReg<R0>) -> io::Result<u64> {
937 try_decode_u64(raw)
938}
939
940/// Convert a `usize` returned from a syscall that effectively returns a
941/// `usize` on success.

Callers 1

_seekFunction · 0.85

Calls 1

try_decode_u64Function · 0.85

Tested by

no test coverage detected