()
| 120 | return 0, nil |
| 121 | } |
| 122 | func (w *testResponseWriterUnwrapper) Header() http.Header { |
| 123 | return nil |
| 124 | } |
| 125 | func (w *testResponseWriterUnwrapper) Unwrap() http.ResponseWriter { |
| 126 | w.unwrapCalled++ |
| 127 | return w.rw |
no outgoing calls
no test coverage detected