MCPcopy Index your code
hub / github.com/felixge/httpsnoop / Write

Method Write

wrap_test.go:24–24  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

22}
23
24func (w *flushErrorResponseWriter) Write(p []byte) (int, error) { return len(p), nil }
25func (w *flushErrorResponseWriter) WriteHeader(code int) {}
26func (w *flushErrorResponseWriter) Flush() {}
27func (w *flushErrorResponseWriter) FlushError() error { return w.err }

Callers 1

TestWrap_integrationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected