MCPcopy
hub / github.com/aws/aws-lambda-go / baseContext

Method baseContext

lambda/rpc_function.go:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (fn *Function) baseContext() context.Context {
110 if fn.handler.baseContext != nil {
111 return fn.handler.baseContext
112 }
113 return context.Background()
114}

Callers 1

InvokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected