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

Function ExampleError_Stack

error_test.go:263–265  ·  view source on GitHub ↗
(err *Error)

Source from the content-addressed store, hash-verified

261}
262
263func ExampleError_Stack(err *Error) {
264 fmt.Println(err.Stack())
265}
266
267func ExampleError_TypeName(err *Error) {
268 fmt.Println(err.TypeName(), err.Error())

Callers

nothing calls this directly

Calls 1

StackMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…