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

Method has_variable

common/reference.h:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 ABSL_MUST_USE_RESULT bool has_variable() const {
160 return absl::holds_alternative<VariableReference>(kind());
161 }
162
163 ABSL_MUST_USE_RESULT const VariableReference& variable() const
164 ABSL_ATTRIBUTE_LIFETIME_BOUND {

Callers 1

TESTFunction · 0.80

Calls 1

kindFunction · 0.50

Tested by 1

TESTFunction · 0.64