()
| 2955 | return (*rwState)(w).doWrite(b) |
| 2956 | } |
| 2957 | func (w *rw67) CloseNotify() <-chan bool { |
| 2958 | return (*rwState)(w).doCloseNotify() |
| 2959 | } |
| 2960 | func (w *rw67) Push(target string, opts *http.PushOptions) error { |
| 2961 | return (*rwState)(w).doPush(target, opts) |
| 2962 | } |
nothing calls this directly
no test coverage detected