MCPcopy
hub / github.com/grafana/dskit / Write

Method Write

middleware/response_test.go:58–60  ·  view source on GitHub ↗
(_ []byte)

Source from the content-addressed store, hash-verified

56}
57
58func (rw *nonFlushingResponseWriter) Write(_ []byte) (int, error) {
59 return -1, nil
60}
61
62func (rw *nonFlushingResponseWriter) WriteHeader(_ int) {
63}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected