MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Flush

Method Flush

controller/mcp/writer.go:13–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13func (r *ResponseWriter) Flush() {
14 fluster, ok := r.Writer.(http.Flusher)
15 if ok {
16 fluster.Flush()
17 }
18}
19
20func (r *ResponseWriter) Header() http.Header {
21 return r.Writer.Header()

Callers 1

saveCsvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected