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

Function raw_dir_entries_stack

tests/fs/readdir.rs:125–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123#[test]
124#[cfg(linux_kernel)]
125fn raw_dir_entries_stack() {
126 let mut buf = [MaybeUninit::uninit(); 2048];
127 test_raw_dir(&mut buf);
128}
129
130#[test]
131#[cfg(linux_kernel)]

Callers

nothing calls this directly

Calls 1

test_raw_dirFunction · 0.85

Tested by

no test coverage detected