MCPcopy 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
123func (r *recordingResponseWriter) WriteHeader(statusCode int) {
124 r.statusCode = statusCode
125 r.ResponseWriter.WriteHeader(statusCode)
126}

Callers 10

handlePoolStatsFunction · 0.80
handlePoolPutFunction · 0.80
handlePoolDeleteFunction · 0.80
handleBranchDeleteFunction · 0.80
handleEventsFunction · 0.80
RespondMethod · 0.80
ErrorMethod · 0.80
TestDeadlineExceededFunction · 0.80
TestClientRedirectReplayFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestDeadlineExceededFunction · 0.64
TestClientRedirectReplayFunction · 0.64