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

Method ErrorMessage

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

Source from the content-addressed store, hash-verified

1437bool ParserVisitor::HasErrored() const { return factory_.HasErrors(); }
1438
1439std::string ParserVisitor::ErrorMessage() { return factory_.ErrorMessage(); }
1440
1441Expr ParserVisitor::GlobalCallOrMacroImpl(int64_t expr_id,
1442 absl::string_view function,

Callers 1

ParseImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected