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

Method Callers

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

Callers 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

26 // This method is traditionally used to retrieve the stack trace
27 // by packages like error reporters.
28 Callers() []uintptr
29 // FormatStack returns the stack trace as a formatted string.
30 FormatStack() string
31

Callers 1

callersFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected