MCPcopy Create free account
hub / github.com/cel-expr/cel-go / internalError

Method internalError

parser/errors.go:31–33  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

29}
30
31func (e *parseErrors) internalError(message string) {
32 e.errs.ReportErrorAtID(0, common.NoLocation, "%s", message)
33}
34
35func (e *parseErrors) syntaxError(l common.Location, message string) {
36 e.errs.ReportErrorAtID(0, l, "Syntax error: %s", message)

Callers 1

parseMethod · 0.80

Calls 1

ReportErrorAtIDMethod · 0.65

Tested by

no test coverage detected