()
| 4781 | return (*rwState)(w).doWrite(b) |
| 4782 | } |
| 4783 | func (w *rw134) FlushError() error { |
| 4784 | return (*rwState)(w).doFlushError() |
| 4785 | } |
| 4786 | func (w *rw134) EnableFullDuplex() error { |
| 4787 | return (*rwState)(w).doEnableFullDuplex() |
| 4788 | } |
nothing calls this directly
no test coverage detected