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

Method Close

events/lambda_function_urls_test.go:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (r *readCloser) Close() error {
122 r.closed = true
123 return r.err
124}
125
126func TestLambdaFunctionURLStreamingResponsePropogatesInnerClose(t *testing.T) {
127 for _, test := range []struct {

Calls

no outgoing calls

Tested by

no test coverage detected