MCPcopy Create free account
hub / github.com/Done-0/gin-scaffold / StackTrace

Method StackTrace

internal/utils/errorx/internal/stack.go:30–32  ·  view source on GitHub ↗

StackTrace gets stack trace information

()

Source from the content-addressed store, hash-verified

28
29// StackTrace gets stack trace information
30func (w *withStack) StackTrace() string {
31 return w.stack
32}
33
34// Error error string representation
35func (w *withStack) Error() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected