| 102 | } |
| 103 | |
| 104 | CustomMapValue Clone(google::protobuf::Arena* absl_nonnull) const override { |
| 105 | return CustomMapValue(); |
| 106 | } |
| 107 | |
| 108 | absl::optional<CelValue> operator[](CelValue key) const override { |
| 109 | return absl::nullopt; |
nothing calls this directly
no test coverage detected