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

Function SetsCompilerLibrary

extensions/sets_functions.h:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29CheckerLibrary SetsCheckerLibrary();
30
31inline CompilerLibrary SetsCompilerLibrary() {
32 return CompilerLibrary::FromCheckerLibrary(SetsCheckerLibrary());
33}
34
35// Register set functions.
36absl::Status RegisterSetsFunctions(FunctionRegistry& registry,

Callers 2

TEST_PFunction · 0.85

Calls 1

SetsCheckerLibraryFunction · 0.85

Tested by 1

TEST_PFunction · 0.68