MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / ReportError

Method ReportError

parser/parser.cc:176–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 void EndMacro() { macro_position_ = SourceRange{}; }
175
176 Expr ReportError(absl::string_view message) override {
177 return ReportError(macro_position_, message);
178 }
179
180 Expr ReportError(int64_t expr_id, absl::string_view message) {
181 return ReportError(GetSourceRange(expr_id), message);

Callers 15

ExpandHasMacroFunction · 0.45
ExpandAllMacroFunction · 0.45
ExpandExistsMacroFunction · 0.45
ExpandExistsOneMacroFunction · 0.45
ExpandMap2MacroFunction · 0.45
ExpandMap3MacroFunction · 0.45
ExpandFilterMacroFunction · 0.45
ExpandOptMapMacroFunction · 0.45
ExpandOptFlatMapMacroFunction · 0.45
visitMethod · 0.45
visitPrimaryExprMethod · 0.45
visitMemberExprMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected