()
| 3021 | return (*rwState)(w).doWrite(b) |
| 3022 | } |
| 3023 | func (w *rw70) CloseNotify() <-chan bool { |
| 3024 | return (*rwState)(w).doCloseNotify() |
| 3025 | } |
| 3026 | func (w *rw70) EnableFullDuplex() error { |
| 3027 | return (*rwState)(w).doEnableFullDuplex() |
| 3028 | } |
nothing calls this directly
no test coverage detected