| 22 | namespace google::api::expr::runtime { |
| 23 | |
| 24 | absl::Status RegisterLogicalFunctions(CelFunctionRegistry* registry, |
| 25 | const InterpreterOptions& options) { |
| 26 | return cel::RegisterLogicalFunctions(registry->InternalGetRegistry(), |
| 27 | ConvertToRuntimeOptions(options)); |
| 28 | } |
| 29 | |
| 30 | } // namespace google::api::expr::runtime |