()
| 4758 | return (*rwState)(w).doWrite(b) |
| 4759 | } |
| 4760 | func (w *rw133) FlushError() error { |
| 4761 | return (*rwState)(w).doFlushError() |
| 4762 | } |
| 4763 | func (w *rw133) EnableFullDuplex() error { |
| 4764 | return (*rwState)(w).doEnableFullDuplex() |
| 4765 | } |
nothing calls this directly
no test coverage detected