| 61 | function_registry_(env_->function_registry), |
| 62 | type_registry_(env_->type_registry) {} |
| 63 | void SetUp() override { |
| 64 | ASSERT_OK(cel::RegisterStandardFunctions(function_registry_, options_)); |
| 65 | } |
| 66 | |
| 67 | protected: |
| 68 | absl_nonnull std::shared_ptr<RuntimeEnv> env_; |
nothing calls this directly
no test coverage detected