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

Method Value

lambda/handler_test.go:25–25  ·  view source on GitHub ↗
(key interface{})

Source from the content-addressed store, hash-verified

23func TestInvalidHandlers(t *testing.T) {
24 type valuer interface {
25 Value(key interface{}) interface{}
26 }
27
28 type customContext interface {

Callers 11

TestInvokeWithContextFunction · 0.65
TestXAmznTraceIDFunction · 0.65
TestStartRPCWithContextFunction · 0.65
ExampleWithContextFunction · 0.65
ExampleWithContextValueFunction · 0.65
FromContextFunction · 0.65
FromContextFunction · 0.65
RequestFromContextFunction · 0.65
WrapFunction · 0.65

Calls

no outgoing calls

Tested by 7

TestInvokeWithContextFunction · 0.52
TestXAmznTraceIDFunction · 0.52
TestStartRPCWithContextFunction · 0.52
ExampleWithContextFunction · 0.52
ExampleWithContextValueFunction · 0.52