Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
func
(r *ResponseRecorder) WriteHeader(statusCode int) {
178
r.wasWritten.Store(true)
179
r.rw.WriteHeader(statusCode)
180
}
Callers
15
TestIntegration
Function · 0.45
TestIntegrationWithMetrics
Function · 0.45
TestIntegrationCircuitBreaker
Function · 0.45
newRestartableTestServer
Function · 0.45
deleteLicense
Method · 0.45
scimServiceProviderConfig
Method · 0.45
deleteGroupAIBudget
Method · 0.45
newMockUpstream
Function · 0.45
workspaceProxyDeregister
Method · 0.45
TestAIBridgeRouting
Function · 0.45
TestAIBridgeRateLimiting
Function · 0.45
TestAIBridgeConcurrencyLimiting
Function · 0.45
Calls
1
Store
Method · 0.45
Tested by
no test coverage detected