()
| 4675 | return (*rwState)(w).doWrite(b) |
| 4676 | } |
| 4677 | func (w *rw129) FlushError() error { |
| 4678 | return (*rwState)(w).doFlushError() |
| 4679 | } |
| 4680 | func (w *rw129) WriteString(s string) (int, error) { |
| 4681 | return (*rwState)(w).doWriteString(s) |
| 4682 | } |
nothing calls this directly
no test coverage detected