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

Function ListsCompilerLibrary

extensions/lists_functions.cc:694–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694CompilerLibrary ListsCompilerLibrary(int version) {
695 auto lib = CompilerLibrary::FromCheckerLibrary(ListsCheckerLibrary(version));
696 lib.configure_parser = [version](ParserBuilder& builder) {
697 return ConfigureParser(builder, version);
698 };
699 return lib;
700}
701
702} // namespace cel::extensions

Callers 3

SetUpMethod · 0.85
TEST_PFunction · 0.85

Calls 2

ListsCheckerLibraryFunction · 0.85
ConfigureParserFunction · 0.70

Tested by 2

SetUpMethod · 0.68
TEST_PFunction · 0.68