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

Method Deadline

lambda/handler_test.go:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33 type myContext interface {
34 Deadline() (deadline time.Time, ok bool)
35 Done() <-chan struct{}
36 Err() error
37 Value(key interface{}) interface{}

Callers 4

TestInvokeFunction · 0.80
TestInvokeWithContextFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 3

TestInvokeFunction · 0.64
TestInvokeWithContextFunction · 0.64