(src io.Reader)
| 1711 | return (*rwState)(w).doWrite(b) |
| 1712 | } |
| 1713 | func (w *rw18) ReadFrom(src io.Reader) (int64, error) { |
| 1714 | return (*rwState)(w).doReadFrom(src) |
| 1715 | } |
| 1716 | func (w *rw18) Push(target string, opts *http.PushOptions) error { |
| 1717 | return (*rwState)(w).doPush(target, opts) |
| 1718 | } |
nothing calls this directly
no test coverage detected