()
| 2935 | return (*rwState)(w).doWrite(b) |
| 2936 | } |
| 2937 | func (w *rw66) CloseNotify() <-chan bool { |
| 2938 | return (*rwState)(w).doCloseNotify() |
| 2939 | } |
| 2940 | func (w *rw66) Push(target string, opts *http.PushOptions) error { |
| 2941 | return (*rwState)(w).doPush(target, opts) |
| 2942 | } |
nothing calls this directly
no test coverage detected