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

Function ComprehensionsV2CompilerLibrary

extensions/comprehensions_v2.cc:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61} // namespace
62
63CompilerLibrary ComprehensionsV2CompilerLibrary() {
64 return CompilerLibrary("cel.lib.ext.comprev2", &ConfigureParser,
65 &AddComprehensionsV2Functions);
66}
67
68CheckerLibrary ComprehensionsV2CheckerLibrary() {
69 return CheckerLibrary{"cel.lib.ext.comprev2", &AddComprehensionsV2Functions};

Callers 3

CreateProgramFunction · 0.85

Calls 1

CompilerLibraryClass · 0.85

Tested by 2

CreateProgramFunction · 0.68