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

Method HasErrored

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

Source from the content-addressed store, hash-verified

1435}
1436
1437bool ParserVisitor::HasErrored() const { return factory_.HasErrors(); }
1438
1439std::string ParserVisitor::ErrorMessage() { return factory_.ErrorMessage(); }
1440

Callers 1

ParseImplFunction · 0.80

Calls 1

HasErrorsMethod · 0.80

Tested by

no test coverage detected