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

Method StackTrace

errctx/context.go:62–64  ·  view source on GitHub ↗

StackTrace returns the stack trace associated with the error.

()

Source from the content-addressed store, hash-verified

60
61// StackTrace returns the stack trace associated with the error.
62func (ec *ErrorContext) StackTrace() []uintptr {
63 return ec.stack
64}
65
66// Callers returns the stack trace associated with the error.
67func (ec *ErrorContext) Callers() []uintptr {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected