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

Method ReportErrorAtID

policy/parser.go:423–423  ·  view source on GitHub ↗

ReportErrorAtID logs an error during parsing which is included in the issue set returned from a failed parse.

(id int64, msg string, args ...any)

Source from the content-addressed store, hash-verified

421 // ReportErrorAtID logs an error during parsing which is included in the issue set returned from
422 // a failed parse.
423 ReportErrorAtID(id int64, msg string, args ...any)
424}
425
426// TagVisitor declares a set of interfaces for handling custom tags which would otherwise be unsupported

Callers 15

PolicyTagMethod · 0.65
PolicyTagMethod · 0.65
RuleTagMethod · 0.65
MatchTagMethod · 0.65
VariableTagMethod · 0.65
parseYAMLMethod · 0.65
ReportErrorAtIDMethod · 0.65
checkMapValidMethod · 0.65
PolicyTagMethod · 0.65
RuleTagMethod · 0.65
OptimizeMethod · 0.65
OptimizeMethod · 0.65

Implementers 1

parserImplpolicy/parser.go

Calls

no outgoing calls

Tested by 2

PolicyTagMethod · 0.52
ValidateMethod · 0.52