Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
13
func
(r *ResponseWriter) Flush() {
14
fluster, ok := r.Writer.(http.Flusher)
15
if
ok {
16
fluster.Flush()
17
}
18
}
19
20
func
(r *ResponseWriter) Header() http.Header {
21
return
r.Writer.Header()
Callers
1
saveCsv
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected