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

Function ExampleError_ErrorStack

error_test.go:259–261  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

257}
258
259func ExampleError_ErrorStack(err error) {
260 fmt.Println(err.(*Error).ErrorStack())
261}
262
263func ExampleError_Stack(err *Error) {
264 fmt.Println(err.Stack())

Callers

nothing calls this directly

Calls 1

ErrorStackMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…