Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
109
func
(fn *Function) baseContext() context.Context {
110
if
fn.handler.baseContext != nil {
111
return
fn.handler.baseContext
112
}
113
return
context.Background()
114
}
Callers
1
Invoke
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected