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

Class Wrapper

examples/buffer_errors.rs:21–21  ·  view source on GitHub ↗

This is reduced from src/fs/inotify.rs line 177.

Source from the content-addressed store, hash-verified

19
20 // This is reduced from src/fs/inotify.rs line 177.
21 struct Wrapper<'a>(&'a mut [u8]);
22 impl<'a> Wrapper<'a> {
23 fn read(&mut self) {
24 // Ideally we'd write this, but it gets:

Callers 1

error_buffer_wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected