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

Function StringsCompilerLibrary

extensions/strings.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60inline CompilerLibrary StringsCompilerLibrary(
61 const StringsExtensionOptions& options = {}) {
62 return CompilerLibrary::FromCheckerLibrary(StringsCheckerLibrary(options));
63}
64
65inline CompilerLibrary StringsCompilerLibrary(int version) {
66 StringsExtensionOptions options;

Callers 5

StdLibCompilerFunction · 0.85
CreateProgramFunction · 0.85
TESTFunction · 0.85
TEST_PFunction · 0.85

Calls 1

StringsCheckerLibraryFunction · 0.70

Tested by 4

StdLibCompilerFunction · 0.68
CreateProgramFunction · 0.68
TESTFunction · 0.68
TEST_PFunction · 0.68