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

Method Flush

coderd/httpapi/httpapi_test.go:179–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177}
178
179func (m mockOneWaySocketWriter) Flush() {
180 err := m.serverReadWriter.Flush()
181 require.NoError(m.testContext, err)
182}
183
184func (m mockOneWaySocketWriter) Header() http.Header {
185 return m.serverRecorder.Header()

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.65

Tested by

no test coverage detected