(&self)
| 110 | self.readable |
| 111 | } |
| 112 | fn writable(&self) -> bool { |
| 113 | self.writable |
| 114 | } |
| 115 | fn read(&self, mut buf: UserBuffer) -> usize { |
| 116 | let mut inner = self.inner.exclusive_access(); |
| 117 | let mut total_read_size = 0usize; |
nothing calls this directly
no outgoing calls
no test coverage detected