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

Function TestNewLogHandler

lambdacontext/logger_test.go:393–399  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

391}
392
393func TestNewLogHandler(t *testing.T) {
394 handler := NewLogHandler()
395 assert.NotNil(t, handler)
396
397 handlerWithOpts := NewLogHandler(WithFunctionARN(), WithTenantID())
398 assert.NotNil(t, handlerWithOpts)
399}

Callers

nothing calls this directly

Calls 3

NewLogHandlerFunction · 0.85
WithFunctionARNFunction · 0.85
WithTenantIDFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…