| 151 | } // namespace |
| 152 | |
| 153 | CheckerLibrary SetsCheckerLibrary() { |
| 154 | return {.id = "cel.lib.ext.sets", .configure = RegisterSetsDecls}; |
| 155 | } |
| 156 | |
| 157 | absl::Status RegisterSetsFunctions(FunctionRegistry& registry, |
| 158 | const RuntimeOptions& options) { |
no outgoing calls
no test coverage detected