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

Method ReportErrorAt

parser/parser.cc:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 Expr ReportErrorAt(const Expr& expr, absl::string_view message) override {
193 return ReportError(GetSourceRange(expr.id()), message);
194 }
195
196 SourceRange GetSourceRange(int64_t id) const {
197 if (auto it = positions_.find(id); it != positions_.end()) {

Callers 9

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

Calls 1

idMethod · 0.45

Tested by

no test coverage detected