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

Method set_test_only

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

Source from the content-addressed store, hash-verified

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
223 friend void swap(SelectExpr& lhs, SelectExpr& rhs) noexcept {
224 using std::swap;

Callers 9

RunExpressionMethod · 0.80
TEST_FFunction · 0.80
TEST_PFunction · 0.80
NewSelectMethod · 0.80
NewPresenceTestMethod · 0.80
TESTFunction · 0.80
CopyNodeFunction · 0.80
SelectExprToProtoMethod · 0.80
SelectExprFromProtoMethod · 0.80

Calls

no outgoing calls

Tested by 4

RunExpressionMethod · 0.64
TEST_FFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64