MCPcopy Index your code
hub / github.com/jetify-com/devbox / StackTrace

Method StackTrace

internal/debug/debug.go:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56func EarliestStackTrace(err error) error {
57 type pkgErrorsStackTracer interface{ StackTrace() errors.StackTrace }
58 type redactStackTracer interface{ StackTrace() []runtime.Frame }
59
60 var stErr error
61 for err != nil {

Callers 3

newSentryExceptionFunction · 0.65
TestStackTraceFunction · 0.65
TestMissingStackTraceFunction · 0.65

Implementers 1

safeErrorinternal/redact/redact.go

Calls

no outgoing calls

Tested by 2

TestStackTraceFunction · 0.52
TestMissingStackTraceFunction · 0.52