()
| 2915 | return (*rwState)(w).doWrite(b) |
| 2916 | } |
| 2917 | func (w *rw65) CloseNotify() <-chan bool { |
| 2918 | return (*rwState)(w).doCloseNotify() |
| 2919 | } |
| 2920 | func (w *rw65) WriteString(s string) (int, error) { |
| 2921 | return (*rwState)(w).doWriteString(s) |
| 2922 | } |
nothing calls this directly
no test coverage detected