| 85 | } |
| 86 | |
| 87 | inline MapValue CreateLegacyMapValue( |
| 88 | const google::api::expr::runtime::CelMap* value) { |
| 89 | return common_internal::LegacyMapValue(value); |
| 90 | } |
| 91 | |
| 92 | inline Value CreateDurationValue(absl::Duration value, bool unchecked = false) { |
| 93 | return DurationValue{value}; |
nothing calls this directly
no test coverage detected