| 44 | : CelFunction(CelFunctionDescriptor{name, false, {}}) {} |
| 45 | |
| 46 | absl::Status Evaluate(absl::Span<const CelValue> args, CelValue* result, |
| 47 | google::protobuf::Arena* arena) const override { |
| 48 | return absl::OkStatus(); |
| 49 | } |
| 50 | }; |
| 51 | |
| 52 | class ResolverTest : public testing::Test { |
no outgoing calls
no test coverage detected