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

Function RegexExtCompilerLibrary

extensions/regex_ext.cc:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342CompilerLibrary RegexExtCompilerLibrary() {
343 return CompilerLibrary::FromCheckerLibrary(RegexExtCheckerLibrary());
344}
345
346Validation RegexExtValidator() {
347 return RegexPatternValidator(

Callers 3

SetUpMethod · 0.85
CreateRegexExtCompilerFunction · 0.85

Calls 1

RegexExtCheckerLibraryFunction · 0.85

Tested by 2

SetUpMethod · 0.68
CreateRegexExtCompilerFunction · 0.68