| 118 | absl::StatusOr<bool> Has(const CelValue& key) const override { return false; } |
| 119 | |
| 120 | int size() const override { return static_cast<int>(Size()); } |
| 121 | |
| 122 | absl::StatusOr<const CelList*> ListKeys() const override { |
| 123 | return common_internal::EmptyCompatListValue(); |
no outgoing calls
no test coverage detected