Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
CompilerLibrary RegexExtCompilerLibrary() {
343
return CompilerLibrary::FromCheckerLibrary(RegexExtCheckerLibrary());
344
}
345
346
Validation RegexExtValidator() {
347
return RegexPatternValidator(
Callers
3
RegisterStandardExtensions
Function · 0.85
SetUp
Method · 0.85
CreateRegexExtCompiler
Function · 0.85
Calls
1
RegexExtCheckerLibrary
Function · 0.85
Tested by
2
SetUp
Method · 0.68
CreateRegexExtCompiler
Function · 0.68