| 33 | CompilerLibrary ProtoExtCompilerLibrary(); |
| 34 | |
| 35 | inline absl::Status RegisterProtoMacros(MacroRegistry& registry, |
| 36 | const ParserOptions&) { |
| 37 | return registry.RegisterMacros(proto_macros()); |
| 38 | } |
| 39 | |
| 40 | } // namespace cel::extensions |
| 41 |
no test coverage detected