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

Method test_only

common/expr.h:219–219  ·  view source on GitHub ↗

Whether the select is to be interpreted as a field presence test. This results from the macro `has(request.auth)`.

Source from the content-addressed store, hash-verified

217 //
218 // This results from the macro `has(request.auth)`.
219 ABSL_MUST_USE_RESULT bool test_only() const { return test_only_; }
220
221 void set_test_only(bool test_only) { test_only_ = test_only; }
222

Callers 15

VisitSelectMethod · 0.80
PostVisitIdentMethod · 0.80
CopyMethod · 0.80
ExpandHasMacroFunction · 0.80
BuildMacroCallArgMethod · 0.80
PreVisitSelectMethod · 0.80
PostVisitSelectMethod · 0.80
operator()Method · 0.80
MaybeUpdateSelectNodeMethod · 0.80
ToNamespaceMethod · 0.80
CreateSelectStepFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected