(code int)
| 1429 | return (*rwState)(w).doHeader() |
| 1430 | } |
| 1431 | func (w *rw6) WriteHeader(code int) { |
| 1432 | (*rwState)(w).doWriteHeader(code) |
| 1433 | } |
| 1434 | func (w *rw6) Write(b []byte) (int, error) { |
| 1435 | return (*rwState)(w).doWrite(b) |
| 1436 | } |
nothing calls this directly
no test coverage detected