MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / StackTrace

Method StackTrace

errctx/error.go:24–24  ·  view source on GitHub ↗

StackTrace returns the stack trace associated with the error. This method is traditionally used to retrieve the stack trace by packages like error reporters.

()

Source from the content-addressed store, hash-verified

22 // This method is traditionally used to retrieve the stack trace
23 // by packages like error reporters.
24 StackTrace() []uintptr
25 // Callers returns the stack trace associated with the error.
26 // This method is traditionally used to retrieve the stack trace
27 // by packages like error reporters.

Callers 1

SendErrorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected