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

Method Close

lambda/handler.go:233–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231}
232
233func (j *jsonOutBuffer) Close() error {
234 j.Reset()
235 j.pool.Put(j)
236 return nil
237}
238
239func reflectHandler(f interface{}, h *handlerOptions) handlerFunc {
240 if f == nil {

Callers 15

registerMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45
postMethod · 0.45
getFreeTCPPortFunction · 0.45
InvokeMethod · 0.45
reflectHandlerFunction · 0.45
TestEnableSigtermFunction · 0.45
Example_ioReaderFunction · 0.45
handleInvokeFunction · 0.45

Calls

no outgoing calls

Tested by 11

getFreeTCPPortFunction · 0.36
TestEnableSigtermFunction · 0.36
Example_ioReaderFunction · 0.36
TestConcurrencyWithRIEFunction · 0.36
TestClientNextFunction · 0.36
TestClientDoneAndErrorFunction · 0.36
TestStatusCodesFunction · 0.36
TestStartViaEmulatorFunction · 0.36