Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ WriteHeader
Method
WriteHeader
coderd/cachecompress/compress.go:429–431 ·
view source on GitHub ↗
(code int)
Source
from the content-addressed store, hash-verified
427
}
428
429
func
(cw *compressResponseWriter) WriteHeader(code int) {
430
cw.code = code
431
}
432
433
func
(cw *compressResponseWriter) Write(p []byte) (int, error) {
434
if
cw.code == 0 {
Callers
3
ExternalAuthConfig
Method · 0.45
httpError
Function · 0.45
serveRef
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected