| 361 | } // namespace |
| 362 | |
| 363 | cel::Value NetworkAddressRep::MakeValue(const NetworkAddressRep& rep) { |
| 364 | return UnsafeOpaqueValue(&kAddressDispatcher, |
| 365 | cel::OpaqueValueContent::From(rep)); |
| 366 | } |
| 367 | |
| 368 | absl::optional<NetworkAddressRep> NetworkAddressRep::Unwrap( |
| 369 | const cel::Value& value) { |
nothing calls this directly
no test coverage detected