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

Method StackTrace

server/error_page.go:93–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91func buildStackTrace(err error) []stackFrame {
92 type stackTracer interface {
93 StackTrace() []uintptr
94 }
95
96 type callers interface {

Callers 1

buildStackTraceFunction · 0.65

Implementers 1

ErrorContexterrctx/context.go

Calls

no outgoing calls

Tested by

no test coverage detected