()
| 2978 | return (*rwState)(w).doWrite(b) |
| 2979 | } |
| 2980 | func (w *rw68) CloseNotify() <-chan bool { |
| 2981 | return (*rwState)(w).doCloseNotify() |
| 2982 | } |
| 2983 | func (w *rw68) EnableFullDuplex() error { |
| 2984 | return (*rwState)(w).doEnableFullDuplex() |
| 2985 | } |
nothing calls this directly
no test coverage detected