| 761 | } |
| 762 | |
| 763 | static std::unique_ptr<cel::Function> WrapFunction(FunctionType fn) { |
| 764 | return std::make_unique<NaryFunctionImpl>(std::move(fn)); |
| 765 | } |
| 766 | |
| 767 | template <typename F> |
| 768 | static std::enable_if_t< |
nothing calls this directly
no test coverage detected