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

Method set_value

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

Source from the content-addressed store, hash-verified

39 bool has_value() const { return value_.has_value(); }
40
41 void set_value(Constant value) { value_ = std::move(value); }
42
43 const Constant& value() const ABSL_ATTRIBUTE_LIFETIME_BOUND { return value_; }
44

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected