MCPcopy Index your code
hub / github.com/go-errors/errors / Callers

Method Callers

error.go:174–176  ·  view source on GitHub ↗

Callers satisfies the bugsnag ErrorWithCallerS() interface so that the stack can be read out.

()

Source from the content-addressed store, hash-verified

172// Callers satisfies the bugsnag ErrorWithCallerS() interface
173// so that the stack can be read out.
174func (err *Error) Callers() []uintptr {
175 return err.stack
176}
177
178// ErrorStack returns a string that contains both the
179// error message and the callstack.

Callers 3

NewFunction · 0.80
WrapFunction · 0.80
callersSkipFunction · 0.80

Calls

no outgoing calls

Tested by 1

callersSkipFunction · 0.64