Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ NewCompiler
Method
NewCompiler
env/env.cc:177–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
absl::StatusOr<std::unique_ptr<Compiler>> Env::NewCompiler() {
178
CEL_ASSIGN_OR_RETURN(std::unique_ptr<CompilerBuilder> compiler_builder,
179
NewCompilerBuilder());
180
return compiler_builder->Build();
181
}
182
} // namespace cel
Callers
7
TEST_P
Function · 0.80
TEST_P
Function · 0.80
CompileAndEvalExpr
Function · 0.80
env_test.cc
File · 0.80
TEST_P
Function · 0.80
TEST_P
Function · 0.80
TEST
Function · 0.80
Calls
3
CEL_ASSIGN_OR_RETURN
Function · 0.50
NewCompilerBuilder
Function · 0.50
Build
Method · 0.45
Tested by
6
TEST_P
Function · 0.64
TEST_P
Function · 0.64
CompileAndEvalExpr
Function · 0.64
TEST_P
Function · 0.64
TEST_P
Function · 0.64
TEST
Function · 0.64