Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
281
func
(e *internalError) Error() string {
return
e.cause.Error() }
282
func
(e *internalError) Cause() error {
return
e.cause }
283
func
(e *internalError) Unwrap() error {
return
e.Cause() }
284
285
func
decodeInternalError(
Callers
1
Unwrap
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected