MCPcopy 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

TESTFunction · 0.80
AstToCheckedExprFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64