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

Method reportErrorAtID

parser/errors.go:39–41  ·  view source on GitHub ↗
(id int64, l common.Location, message string, args ...any)

Source from the content-addressed store, hash-verified

37}
38
39func (e *parseErrors) reportErrorAtID(id int64, l common.Location, message string, args ...any) {
40 e.errs.ReportErrorAtID(id, l, message, args...)
41}

Callers 1

reportErrorMethod · 0.80

Calls 1

ReportErrorAtIDMethod · 0.65

Tested by

no test coverage detected