| 29 | std::vector<Macro> math_macros(); |
| 30 | |
| 31 | inline absl::Status RegisterMathMacros(MacroRegistry& registry, |
| 32 | const ParserOptions&) { |
| 33 | return registry.RegisterMacros(math_macros()); |
| 34 | } |
| 35 | |
| 36 | } // namespace cel::extensions |
| 37 |
no test coverage detected