MCPcopy
hub / github.com/tdewolff/minify / Write

Method Write

minify_test.go:241–243  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

239func (w *testResponseWriter) WriteHeader(_ int) {}
240
241func (w *testResponseWriter) Write(b []byte) (int, error) {
242 return w.writer.Write(b)
243}
244
245func TestResponseWriter(t *testing.T) {
246 m := New()

Callers 6

TestResponseWriterFunction · 0.95
TestMiddlewareFunction · 0.95
initFunction · 0.45
TestWriterFunction · 0.45
TestHelperProcessFunction · 0.45
ExampleM_WriterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected