Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ Error
Method
Error
pkg/sql/colexecerror/error.go:281–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
279
)
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
Callers
nothing calls this directly
Calls
1
Error
Method · 0.65
Tested by
no test coverage detected