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

Method set_operand

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

Source from the content-addressed store, hash-verified

1155}
1156
1157inline void SelectExpr::set_operand(Expr operand) {
1158 mutable_operand() = std::move(operand);
1159}
1160
1161inline void SelectExpr::set_operand(std::unique_ptr<Expr> operand) {
1162 operand_ = std::move(operand);

Callers 3

NewSelectMethod · 0.80
NewPresenceTestMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64