Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ is_checked
Method
is_checked
common/ast.h:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
bool IsChecked() const { return is_checked_; }
70
71
bool is_checked() const { return is_checked_; }
72
void set_is_checked(bool is_checked) { is_checked_ = is_checked; }
73
74
// The root expression of the AST.
Callers
2
TEST
Function · 0.80
AstToCheckedExpr
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64