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

Interface StackTraceProvider

errbase/format_error.go:988–990  ·  view source on GitHub ↗

StackTraceProvider is a provider of StackTraces. This is, intendedly, defined to be implemented by pkg/errors.stack.

Source from the content-addressed store, hash-verified

986// StackTraceProvider is a provider of StackTraces.
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

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…