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

Method DocsURL

errctx/context.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (ec *ErrorContext) DocsURL() string {
58 return ec.docsUrl
59}
60
61// StackTrace returns the stack trace associated with the error.
62func (ec *ErrorContext) StackTrace() []uintptr {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected