MCPcopy 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

CheckMethod · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.64
TESTFunction · 0.64