(src io.Reader)
| 1691 | return (*rwState)(w).doWrite(b) |
| 1692 | } |
| 1693 | func (w *rw17) ReadFrom(src io.Reader) (int64, error) { |
| 1694 | return (*rwState)(w).doReadFrom(src) |
| 1695 | } |
| 1696 | func (w *rw17) WriteString(s string) (int, error) { |
| 1697 | return (*rwState)(w).doWriteString(s) |
| 1698 | } |
nothing calls this directly
no test coverage detected