Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
func
buildStackTrace(err error) []stackFrame {
92
type
stackTracer
interface
{
93
StackTrace() []uintptr
94
}
95
96
type
callers
interface
{
Callers
1
buildStackTrace
Function · 0.65
Implementers
1
ErrorContext
errctx/context.go
Calls
no outgoing calls
Tested by
no test coverage detected