Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 ...
143
type
flushWriter
struct
{
144
basicWriter
145
}
146
147
func
(f *flushWriter) Flush() {
148
f.wroteHeader = true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected