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

Method WriteHeader

enterprise/wsproxy/wsproxysdk/wsproxysdk_test.go:177–180  ·  view source on GitHub ↗
(statusCode int)

Source from the content-addressed store, hash-verified

175}
176
177func (r *ResponseRecorder) WriteHeader(statusCode int) {
178 r.wasWritten.Store(true)
179 r.rw.WriteHeader(statusCode)
180}

Callers 15

TestIntegrationFunction · 0.45
newRestartableTestServerFunction · 0.45
deleteLicenseMethod · 0.45
deleteGroupAIBudgetMethod · 0.45
newMockUpstreamFunction · 0.45
TestAIBridgeRoutingFunction · 0.45
TestAIBridgeRateLimitingFunction · 0.45

Calls 1

StoreMethod · 0.45

Tested by

no test coverage detected