()
| 4715 | return (*rwState)(w).doWrite(b) |
| 4716 | } |
| 4717 | func (w *rw131) FlushError() error { |
| 4718 | return (*rwState)(w).doFlushError() |
| 4719 | } |
| 4720 | func (w *rw131) Push(target string, opts *http.PushOptions) error { |
| 4721 | return (*rwState)(w).doPush(target, opts) |
| 4722 | } |
nothing calls this directly
no test coverage detected