(code int)
| 1515 | return (*rwState)(w).doHeader() |
| 1516 | } |
| 1517 | func (w *rw10) WriteHeader(code int) { |
| 1518 | (*rwState)(w).doWriteHeader(code) |
| 1519 | } |
| 1520 | func (w *rw10) Write(b []byte) (int, error) { |
| 1521 | return (*rwState)(w).doWrite(b) |
| 1522 | } |
nothing calls this directly
no test coverage detected