Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ BindingsCompilerLibrary
Function
BindingsCompilerLibrary
extensions/bindings_ext.cc:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
CompilerLibrary BindingsCompilerLibrary() {
74
return CompilerLibrary(
"cel.lib.ext.bindings"
, &ConfigureParser);
75
}
76
77
} // namespace cel::extensions
Callers
3
StdLibCompiler
Function · 0.85
RegisterStandardExtensions
Function · 0.85
CreateProgram
Function · 0.85
Calls
1
CompilerLibrary
Class · 0.85
Tested by
2
StdLibCompiler
Function · 0.68
CreateProgram
Function · 0.68