MCPcopy 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
177absl::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_PFunction · 0.80
TEST_PFunction · 0.80
CompileAndEvalExprFunction · 0.80
env_test.ccFile · 0.80
TEST_PFunction · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80

Calls 3

CEL_ASSIGN_OR_RETURNFunction · 0.50
NewCompilerBuilderFunction · 0.50
BuildMethod · 0.45

Tested by 6

TEST_PFunction · 0.64
TEST_PFunction · 0.64
CompileAndEvalExprFunction · 0.64
TEST_PFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64