Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
233
func
(j *jsonOutBuffer) Close() error {
234
j.Reset()
235
j.pool.Put(j)
236
return
nil
237
}
238
239
func
reflectHandler(f
interface
{}, h *handlerOptions) handlerFunc {
240
if
f == nil {
Callers
15
register
Method · 0.45
next
Method · 0.45
next
Method · 0.45
post
Method · 0.45
getFreeTCPPort
Function · 0.45
Invoke
Method · 0.45
reflectHandler
Function · 0.45
TestEnableSigterm
Function · 0.45
Example_ioReader
Function · 0.45
handleInvoke
Function · 0.45
TestRuntimeAPILoopWithConcurrency
Function · 0.45
TestRuntimeAPILoopSingleConcurrency
Function · 0.45
Calls
no outgoing calls
Tested by
11
getFreeTCPPort
Function · 0.36
TestEnableSigterm
Function · 0.36
Example_ioReader
Function · 0.36
TestRuntimeAPILoopWithConcurrency
Function · 0.36
TestRuntimeAPILoopSingleConcurrency
Function · 0.36
TestRuntimeAPILoopWithConcurrencyPanic
Function · 0.36
TestConcurrencyWithRIE
Function · 0.36
TestClientNext
Function · 0.36
TestClientDoneAndError
Function · 0.36
TestStatusCodes
Function · 0.36
TestStartViaEmulator
Function · 0.36