()
| 4738 | return (*rwState)(w).doWrite(b) |
| 4739 | } |
| 4740 | func (w *rw132) FlushError() error { |
| 4741 | return (*rwState)(w).doFlushError() |
| 4742 | } |
| 4743 | func (w *rw132) EnableFullDuplex() error { |
| 4744 | return (*rwState)(w).doEnableFullDuplex() |
| 4745 | } |
nothing calls this directly
no test coverage detected