Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cockroachdb/cockroachdb-parser
/ newInternalError
Function
newInternalError
pkg/sql/colexecerror/error.go:273–275 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
271
}
272
273
func
newInternalError(err error) *internalError {
274
return
&internalError{cause: err}
275
}
276
277
var
(
278
_ errors.Wrapper = &internalError{}
Callers
2
decodeInternalError
Function · 0.85
InternalError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…