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

Method Close

lambda/invoke_loop_test.go:307–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305}
306
307func (r *readCloser) Close() error {
308 r.closed = true
309 return nil
310}
311
312func TestBinaryResponseDefaultContentType(t *testing.T) {
313 ts, record := runtimeAPIServer(`{"message": "I am craving tacos"}`, 1)

Calls

no outgoing calls

Tested by

no test coverage detected