()
| 2898 | return (*rwState)(w).doWrite(b) |
| 2899 | } |
| 2900 | func (w *rw64) CloseNotify() <-chan bool { |
| 2901 | return (*rwState)(w).doCloseNotify() |
| 2902 | } |
| 2903 | |
| 2904 | // combination 66/512: http.ResponseWriter, http.CloseNotifier, io.StringWriter |
| 2905 | type rw65 rwState |
no test coverage detected