MCPcopy Create free account
hub / github.com/coder/aibridge / WriteHeader

Method WriteHeader

intercept/responses/base_test.go:357–359  ·  view source on GitHub ↗
(statusCode int)

Source from the content-addressed store, hash-verified

355}
356
357func (mrw *mockResponseWriter) WriteHeader(statusCode int) {
358 mrw.writeHeaderCalled = true
359}
360
361func TestResponseCopierDoesntSendIfNoResponseReceived(t *testing.T) {
362 t.Parallel()

Calls

no outgoing calls

Tested by

no test coverage detected