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

Function read

examples/buffer_errors.rs:18–18  ·  view source on GitHub ↗
(_: B)

Source from the content-addressed store, hash-verified

16 use rustix::buffer::Buffer;
17
18 fn read<B: Buffer<u8>>(_: B) {}
19
20 // This is reduced from src/fs/inotify.rs line 177.
21 struct Wrapper<'a>(&'a mut [u8]);

Callers 4

mainFunction · 0.70
readMethod · 0.70
error_empty_sliceFunction · 0.70
error_array_by_valueFunction · 0.70

Calls 1

assume_initMethod · 0.80

Tested by

no test coverage detected