Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tdewolff/minify
/ WriteHeader
Method
WriteHeader
minify_test.go:239–239 ·
view source on GitHub ↗
(_ int)
Source
from the content-addressed store, hash-verified
237
}
238
239
func
(w *testResponseWriter) WriteHeader(_ int) {}
240
241
func
(w *testResponseWriter) Write(b []byte) (int, error) {
242
return
w.writer.Write(b)
Callers
1
TestResponseWriter
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected