(code int)
| 1538 | return (*rwState)(w).doHeader() |
| 1539 | } |
| 1540 | func (w *rw11) WriteHeader(code int) { |
| 1541 | (*rwState)(w).doWriteHeader(code) |
| 1542 | } |
| 1543 | func (w *rw11) Write(b []byte) (int, error) { |
| 1544 | return (*rwState)(w).doWrite(b) |
| 1545 | } |
nothing calls this directly
no test coverage detected