MCPcopy Create free account
hub / github.com/coder/coder / Flush

Method Flush

aibridge/intercept/eventstream/eventstream_test.go:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func (f *clockAdvancingFlusher) Flush() {
31 f.clk.Advance(f.advance)
32 f.ResponseRecorder.Flush()
33}
34
35// Hijack satisfies the FullResponseWriter lint rule.
36func (*clockAdvancingFlusher) Hijack() (net.Conn, *bufio.ReadWriter, error) {

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.65

Tested by

no test coverage detected