MCPcopy Index your code
hub / github.com/cockroachdb/errors / StackTrace

Method StackTrace

errbase/format_error.go:989–989  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

987// This is, intendedly, defined to be implemented by pkg/errors.stack.
988type StackTraceProvider interface {
989 StackTrace() StackTrace
990}

Callers 8

formatRecursiveMethod · 0.65
TestSimplifyStacksFunction · 0.65
encodePkgFundamentalFunction · 0.65
encodePkgWithStackFunction · 0.65
getDetailsFunction · 0.65
GetReportableStackTraceFunction · 0.65
SafeDetailsMethod · 0.65
GetOneLineSourceFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestSimplifyStacksFunction · 0.52