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

Method syntaxError

parser/errors.go:35–37  ·  view source on GitHub ↗
(l common.Location, message string)

Source from the content-addressed store, hash-verified

33}
34
35func (e *parseErrors) syntaxError(l common.Location, message string) {
36 e.errs.ReportErrorAtID(0, l, "Syntax error: %s", message)
37}
38
39func (e *parseErrors) reportErrorAtID(id int64, l common.Location, message string, args ...any) {
40 e.errs.ReportErrorAtID(id, l, message, args...)

Callers 1

SyntaxErrorMethod · 0.80

Calls 1

ReportErrorAtIDMethod · 0.65

Tested by

no test coverage detected