Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ WriteHeader
Method
WriteHeader
coderd/httpapi/noop.go:10–10 ·
view source on GitHub ↗
(int)
Source
from the content-addressed store, hash-verified
8
func
(NoopResponseWriter) Header() http.Header {
return
http.Header{} }
9
func
(NoopResponseWriter) Write(p []byte) (int, error) {
return
len(p), nil }
10
func
(NoopResponseWriter) WriteHeader(int) {}
Callers
15
deleteUserSecret
Method · 0.45
TestExternalAuthDevice
Function · 0.45
TestExternalAuthCallback
Function · 0.45
New
Function · 0.45
postExternalAuthDeviceByID
Method · 0.45
fileByID
Method · 0.45
TestMCPServerConfigsOAuth2AutoDiscovery
Function · 0.45
TestMCPOAuth2DiscoveryEdgeCases
Function · 0.45
putUserPassword
Method · 0.45
formatHealthcheck
Function · 0.45
putDeploymentHealthSettings
Method · 0.45
debugCollectProfile
Method · 0.45
Calls
no outgoing calls
Tested by
15
TestExternalAuthDevice
Function · 0.36
TestExternalAuthCallback
Function · 0.36
TestMCPServerConfigsOAuth2AutoDiscovery
Function · 0.36
TestMCPOAuth2DiscoveryEdgeCases
Function · 0.36
TestCreateWorkspaceExternalAuth
Function · 0.36
TestServerTailnet_ReverseProxy
Function · 0.36
TestTasks
Function · 0.36
TestAIBridgeTransportFactory_Registration
Function · 0.36
TestStripSlashesMW
Function · 0.36
TestCSRFError
Function · 0.36
TestAPIKey
Function · 0.36
TestOrganizationParam
Function · 0.36