Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aws/aws-lambda-go
/ WriteHeader
Method
WriteHeader
lambdaurl/http_handler.go:68–70 ·
view source on GitHub ↗
(statusCode int)
Source
from the content-addressed store, hash-verified
66
}
67
68
func
(w *httpResponseWriter) WriteHeader(statusCode int) {
69
w.writeHeader(statusCode, nil)
70
}
71
72
func
(w *httpResponseWriter) writeHeader(statusCode int, initialPayload []byte) {
73
w.once.Do(
func
() {
Callers
5
runtimeAPIServer
Function · 0.80
TestClientNext
Function · 0.80
TestClientDoneAndError
Function · 0.80
TestStatusCodes
Function · 0.80
TestWrap
Function · 0.80
Calls
1
writeHeader
Method · 0.95
Tested by
5
runtimeAPIServer
Function · 0.64
TestClientNext
Function · 0.64
TestClientDoneAndError
Function · 0.64
TestStatusCodes
Function · 0.64
TestWrap
Function · 0.64