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

Method Errors

zapcore/error.go:84–84  ·  view source on GitHub ↗

Provides read-only access to the underlying list of errors, preferably without causing any allocs.

()

Source from the content-addressed store, hash-verified

82 // Provides read-only access to the underlying list of errors, preferably
83 // without causing any allocs.
84 Errors() []error
85}
86
87// Note that errArray and errArrayElem are very similar to the version

Callers 2

TestOpenPathsNotFoundFunction · 0.65
encodeErrorFunction · 0.65

Implementers 1

customMultierrzapcore/error_test.go

Calls

no outgoing calls

Tested by 1

TestOpenPathsNotFoundFunction · 0.52