Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ WriteHeader
Method
WriteHeader
service/middleware.go:123–126 ·
view source on GitHub ↗
(statusCode int)
Source
from the content-addressed store, hash-verified
121
}
122
123
func
(r *recordingResponseWriter) WriteHeader(statusCode int) {
124
r.statusCode = statusCode
125
r.ResponseWriter.WriteHeader(statusCode)
126
}
Callers
10
handlePoolStats
Function · 0.80
handlePoolPut
Function · 0.80
handlePoolDelete
Function · 0.80
handleBranchDelete
Function · 0.80
handleEvents
Function · 0.80
Respond
Method · 0.80
Error
Method · 0.80
TestRequestContextClosure
Function · 0.80
TestDeadlineExceeded
Function · 0.80
TestClientRedirectReplay
Function · 0.80
Calls
no outgoing calls
Tested by
3
TestRequestContextClosure
Function · 0.64
TestDeadlineExceeded
Function · 0.64
TestClientRedirectReplay
Function · 0.64