()
| 3044 | return (*rwState)(w).doWrite(b) |
| 3045 | } |
| 3046 | func (w *rw71) CloseNotify() <-chan bool { |
| 3047 | return (*rwState)(w).doCloseNotify() |
| 3048 | } |
| 3049 | func (w *rw71) EnableFullDuplex() error { |
| 3050 | return (*rwState)(w).doEnableFullDuplex() |
| 3051 | } |
nothing calls this directly
no test coverage detected