MCPcopy
hub / github.com/rs/zerolog / StackTrace

Method StackTrace

pkgerrors/stacktrace.go:48–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46func MarshalStack(err error) interface{} {
47 type stackTracer interface {
48 StackTrace() errors.StackTrace
49 }
50 var sterr stackTracer
51 var ok bool

Callers 1

MarshalStackFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected