| 78 | } |
| 79 | |
| 80 | void Activation::InsertValue(absl::string_view name, const CelValue& value) { |
| 81 | value_map_.try_emplace(name, ValueEntry(value)); |
| 82 | } |
| 83 | |
| 84 | void Activation::InsertValueProducer( |
| 85 | absl::string_view name, std::unique_ptr<CelValueProducer> value_producer) { |