Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ HasErrors
Method
HasErrors
parser/parser.cc:211–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
bool HasErrors() const { return error_count_ != 0; }
212
213
std::string ErrorMessage() {
214
// Errors are collected as they are encountered, not by their location
Callers
2
visitPrimaryExpr
Method · 0.80
HasErrored
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected