Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1437
bool ParserVisitor::HasErrored() const { return factory_.HasErrors(); }
1438
1439
std::string ParserVisitor::ErrorMessage() { return factory_.ErrorMessage(); }
1440
Callers
1
ParseImpl
Function · 0.80
Calls
1
HasErrors
Method · 0.80
Tested by
no test coverage detected