MCPcopy 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
273func newInternalError(err error) *internalError {
274 return &internalError{cause: err}
275}
276
277var (
278 _ errors.Wrapper = &internalError{}

Callers 2

decodeInternalErrorFunction · 0.85
InternalErrorFunction · 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…