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

Method Error

withstack/withstack.go:64–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62var _ errbase.SafeDetailer = (*withStack)(nil)
63
64func (w *withStack) Error() string { return w.cause.Error() }
65func (w *withStack) Cause() error { return w.cause }
66func (w *withStack) Unwrap() error { return w.cause }
67

Callers 1

TestOneLineSourceFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestOneLineSourceFunction · 0.36