()
| 4695 | return (*rwState)(w).doWrite(b) |
| 4696 | } |
| 4697 | func (w *rw130) FlushError() error { |
| 4698 | return (*rwState)(w).doFlushError() |
| 4699 | } |
| 4700 | func (w *rw130) Push(target string, opts *http.PushOptions) error { |
| 4701 | return (*rwState)(w).doPush(target, opts) |
| 4702 | } |
nothing calls this directly
no test coverage detected