MCPcopy
hub / github.com/aws/aws-lambda-go / Write

Method Write

lambdaurl/http_handler.go:63–66  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

61}
62
63func (w *httpResponseWriter) Write(p []byte) (int, error) {
64 w.writeHeader(http.StatusOK, p)
65 return w.writer.Write(p)
66}
67
68func (w *httpResponseWriter) WriteHeader(statusCode int) {
69 w.writeHeader(statusCode, nil)

Callers 9

WrapFunction · 0.95
runtimeAPIServerFunction · 0.80
Example_ioReaderFunction · 0.80
TestClientNextFunction · 0.80
writeExeFunction · 0.80
compressExeAndArgsFunction · 0.80
TestWrapFunction · 0.80
toMd5Function · 0.80
MarshalJSONMethod · 0.80

Calls 1

writeHeaderMethod · 0.95

Tested by 5

runtimeAPIServerFunction · 0.64
Example_ioReaderFunction · 0.64
TestClientNextFunction · 0.64
TestWrapFunction · 0.64
toMd5Function · 0.64