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

Method release_operand

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

Source from the content-addressed store, hash-verified

1139}
1140
1141ABSL_MUST_USE_RESULT inline std::unique_ptr<Expr>
1142SelectExpr::release_operand() {
1143 return release(operand_);
1144}
1145
1146inline const Expr& SelectExpr::operand() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
1147 return has_operand() ? *operand_ : Expr::default_instance();

Callers 2

ExpandHasMacroFunction · 0.80
TESTFunction · 0.80

Calls 1

releaseFunction · 0.85

Tested by 1

TESTFunction · 0.64