MCPcopy
hub / github.com/uber-go/zap / opts

Function opts

common_test.go:31–33  ·  view source on GitHub ↗
(opts ...Option)

Source from the content-addressed store, hash-verified

29)
30
31func opts(opts ...Option) []Option {
32 return opts
33}
34
35// Here specifically to introduce an easily-identifiable filename for testing
36// stacktraces and caller skips.

Callers 14

TestSugarAddCallerFunction · 0.85
TestSugarAddCallerFailFunction · 0.85
TestLoggerInitialFieldsFunction · 0.85
TestLoggerWithFunction · 0.85
TestLoggerDPanicFunction · 0.85
TestLoggerAddCallerFunction · 0.85
TestLoggerAddCallerFailFunction · 0.85
TestLoggerReplaceCoreFunction · 0.85
TestLoggerIncreaseLevelFunction · 0.85
TestLoggerHooksFunction · 0.85
TestLoggerCustomOnPanicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected