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

Method SafeDetails

withstack/withstack.go:82–84  ·  view source on GitHub ↗

SafeDetails implements the errbase.SafeDetailer interface.

()

Source from the content-addressed store, hash-verified

80
81// SafeDetails implements the errbase.SafeDetailer interface.
82func (w *withStack) SafeDetails() []string {
83 return []string{fmt.Sprintf("%+v", w.StackTrace())}
84}

Callers

nothing calls this directly

Calls 1

StackTraceMethod · 0.65

Tested by

no test coverage detected