()
| 2998 | return (*rwState)(w).doWrite(b) |
| 2999 | } |
| 3000 | func (w *rw69) CloseNotify() <-chan bool { |
| 3001 | return (*rwState)(w).doCloseNotify() |
| 3002 | } |
| 3003 | func (w *rw69) EnableFullDuplex() error { |
| 3004 | return (*rwState)(w).doEnableFullDuplex() |
| 3005 | } |
nothing calls this directly
no test coverage detected