Create a CelFunctionProvider that just looks up the functions inserted in the Activation. This is a convenience implementation for a simple, common use-case.
| 71 | // Activation. This is a convenience implementation for a simple, common |
| 72 | // use-case. |
| 73 | std::unique_ptr<cel::runtime_internal::FunctionProvider> |
| 74 | CreateActivationFunctionProvider() { |
| 75 | return std::make_unique<ActivationFunctionProviderImpl>(); |
| 76 | } |
| 77 | |
| 78 | } // namespace |
| 79 |
no outgoing calls
no test coverage detected