Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_is_checked
Method
set_is_checked
common/ast.h:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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.
75
//
Callers
3
Check
Method · 0.80
TEST_P
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST_P
Function · 0.64
TEST
Function · 0.64