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

Struct flushWriter

middleware/wrap_writer.go:143–145  ·  view source on GitHub ↗

flushWriter ...

Source from the content-addressed store, hash-verified

141
142// flushWriter ...
143type flushWriter struct {
144 basicWriter
145}
146
147func (f *flushWriter) Flush() {
148 f.wroteHeader = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected