(code int)
| 1492 | return (*rwState)(w).doHeader() |
| 1493 | } |
| 1494 | func (w *rw9) WriteHeader(code int) { |
| 1495 | (*rwState)(w).doWriteHeader(code) |
| 1496 | } |
| 1497 | func (w *rw9) Write(b []byte) (int, error) { |
| 1498 | return (*rwState)(w).doWrite(b) |
| 1499 | } |
nothing calls this directly
no test coverage detected