MCPcopy Index your code
hub / github.com/coder/coder / Flush

Method Flush

coderd/tracing/status_writer_test.go:185–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183}
184
185func (h hijacker) Flush() {
186 if f, ok := h.ResponseWriter.(http.Flusher); ok {
187 f.Flush()
188 }
189}

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.65

Tested by

no test coverage detected