(&self)
| 11 | true |
| 12 | } |
| 13 | fn writable(&self) -> bool { |
| 14 | false |
| 15 | } |
| 16 | fn read(&self, mut user_buf: UserBuffer) -> usize { |
| 17 | assert_eq!(user_buf.len(), 1); |
| 18 | //println!("before UART.read() in Stdin::read()"); |
nothing calls this directly
no outgoing calls
no test coverage detected