(src io.Reader)
| 1731 | return (*rwState)(w).doWrite(b) |
| 1732 | } |
| 1733 | func (w *rw19) ReadFrom(src io.Reader) (int64, error) { |
| 1734 | return (*rwState)(w).doReadFrom(src) |
| 1735 | } |
| 1736 | func (w *rw19) Push(target string, opts *http.PushOptions) error { |
| 1737 | return (*rwState)(w).doPush(target, opts) |
| 1738 | } |
nothing calls this directly
no test coverage detected