MCPcopy Index your code
hub / github.com/aws/aws-lambda-go / newErrorCapturingReader

Function newErrorCapturingReader

lambda/runtime_api_client.go:164–170  ·  view source on GitHub ↗
(r io.Reader)

Source from the content-addressed store, hash-verified

162}
163
164func newErrorCapturingReader(r io.Reader) *errorCapturingReader {
165 trailer := http.Header{
166 trailerLambdaErrorType: nil,
167 trailerLambdaErrorBody: nil,
168 }
169 return &errorCapturingReader{r, trailer}
170}
171
172type errorCapturingReader struct {
173 reader io.Reader

Callers 1

postMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…