This is reduced from src/fs/inotify.rs line 177.
| 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: |
no outgoing calls
no test coverage detected