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

Method String

events/code_commit.go:16–18  ·  view source on GitHub ↗

String returns a string representation of this object. Useful for testing and debugging.

()

Source from the content-addressed store, hash-verified

14// String returns a string representation of this object.
15// Useful for testing and debugging.
16func (e CodeCommitEvent) String() string {
17 return fmt.Sprintf("{Records: %v}", e.Records)
18}
19
20type CodeCommitEventTime time.Time
21

Callers 13

reflectHandlerFunction · 0.45
TestEnableSigtermFunction · 0.45
TestConcurrencyWithRIEFunction · 0.45
TestClientNextFunction · 0.45
TestReplaceAttrFunction · 0.45
TestLogHandler_WithGroupFunction · 0.45
HandleMethod · 0.45
TestWrapFunction · 0.45
ExampleDynamoDBEventFunction · 0.45
TestUnmarshalListFunction · 0.45
TestUnmarshalMapFunction · 0.45

Calls

no outgoing calls

Tested by 11

TestEnableSigtermFunction · 0.36
TestConcurrencyWithRIEFunction · 0.36
TestClientNextFunction · 0.36
TestReplaceAttrFunction · 0.36
TestLogHandler_WithGroupFunction · 0.36
TestWrapFunction · 0.36
ExampleDynamoDBEventFunction · 0.36
TestUnmarshalListFunction · 0.36
TestUnmarshalMapFunction · 0.36