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

Method Flush

coderd/tracing/status_writer.go:113–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (w *StatusWriter) Flush() {
114 f, ok := w.ResponseWriter.(http.Flusher)
115 if !ok {
116 panic("http.ResponseWriter is not http.Flusher")
117 }
118 f.Flush()
119}
120
121func getStackString(skip int) string {
122 // Get up to 5 callers, skipping this one and the skip count.

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.65

Tested by

no test coverage detected