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

Function no_fd

src/backend/linux_raw/conv.rs:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179/// like `mmap` where this indicates the argument is omitted.
180#[inline]
181pub(super) fn no_fd<'a, Num: ArgNumber>() -> ArgReg<'a, Num> {
182 pass_usize(!0_usize)
183}
184
185#[inline]
186pub(super) fn slice_just_addr<T: Sized, Num: ArgNumber>(v: &[T]) -> ArgReg<'_, Num> {

Callers

nothing calls this directly

Calls 1

pass_usizeFunction · 0.85

Tested by

no test coverage detected