MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / SetsCheckerLibrary

Function SetsCheckerLibrary

extensions/sets_functions.cc:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

SetsCompilerLibraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected