| 109 | } |
| 110 | |
| 111 | CheckerLibrary EncodersCheckerLibrary() { |
| 112 | return {"cel.lib.ext.encoders", &RegisterEncodersDecls}; |
| 113 | } |
| 114 | |
| 115 | CompilerLibrary EncodersCompilerLibrary() { |
| 116 | return CompilerLibrary::FromCheckerLibrary(EncodersCheckerLibrary()); |
no outgoing calls