MCPcopy
hub / github.com/go-chi/chi / Reset

Method Reset

middleware/compress.go:258–258  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

256type ioResetterWriter interface {
257 io.Writer
258 Reset(w io.Writer)
259}
260
261type compressResponseWriter struct {

Callers 7

ServeHTTPMethod · 0.65
TestMuxMatchFunction · 0.65
TestMuxMatch_HasBasePathFunction · 0.65
TestMuxFindFunction · 0.65
BenchmarkTreeGetFunction · 0.65
selectEncoderMethod · 0.65

Implementers 1

Contextcontext.go

Calls

no outgoing calls

Tested by 5

TestMuxMatchFunction · 0.52
TestMuxMatch_HasBasePathFunction · 0.52
TestMuxFindFunction · 0.52
BenchmarkTreeGetFunction · 0.52