MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / IsChecked

Method IsChecked

common/ast.h:69–69  ·  view source on GitHub ↗

Deprecated. Use `is_checked()` instead.

Source from the content-addressed store, hash-verified

67
68 // Deprecated. Use `is_checked()` instead.
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; }

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64