MCPcopy
hub / github.com/pkg/errors / Cause

Method Cause

errors.go:277–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275func Cause(err error) error {
276 type causer interface {
277 Cause() error
278 }
279
280 for err != nil {

Callers 3

ExampleCauseFunction · 0.65
Example_stackTraceFunction · 0.65
CauseFunction · 0.65

Implementers 2

withStackerrors.go
withMessageerrors.go

Calls

no outgoing calls

Tested by 2

ExampleCauseFunction · 0.52
Example_stackTraceFunction · 0.52