| 336 | } |
| 337 | |
| 338 | CheckerLibrary RegexExtCheckerLibrary() { |
| 339 | return {.id = "cel.lib.ext.regex", .configure = RegisterRegexCheckerDecls}; |
| 340 | } |
| 341 | |
| 342 | CompilerLibrary RegexExtCompilerLibrary() { |
| 343 | return CompilerLibrary::FromCheckerLibrary(RegexExtCheckerLibrary()); |
no outgoing calls
no test coverage detected