MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / Cause

Method Cause

pkg/sql/colexecerror/error.go:282–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280
281func (e *internalError) Error() string { return e.cause.Error() }
282func (e *internalError) Cause() error { return e.cause }
283func (e *internalError) Unwrap() error { return e.Cause() }
284
285func decodeInternalError(

Callers 1

UnwrapMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected