()
| 4804 | return (*rwState)(w).doWrite(b) |
| 4805 | } |
| 4806 | func (w *rw135) FlushError() error { |
| 4807 | return (*rwState)(w).doFlushError() |
| 4808 | } |
| 4809 | func (w *rw135) EnableFullDuplex() error { |
| 4810 | return (*rwState)(w).doEnableFullDuplex() |
| 4811 | } |
nothing calls this directly
no test coverage detected