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

Function RegexExtCheckerLibrary

extensions/regex_ext.cc:338–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338CheckerLibrary RegexExtCheckerLibrary() {
339 return {.id = "cel.lib.ext.regex", .configure = RegisterRegexCheckerDecls};
340}
341
342CompilerLibrary RegexExtCompilerLibrary() {
343 return CompilerLibrary::FromCheckerLibrary(RegexExtCheckerLibrary());

Callers 1

RegexExtCompilerLibraryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected