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

Function CreateCelExpressionBuilder

eval/public/cel_expr_builder_factory.h:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 "should be explicit. If you do not need struct creation, use "
30 "`cel::GetMinimalDescriptorPool()`.")
31inline std::unique_ptr<CelExpressionBuilder> CreateCelExpressionBuilder(
32 const InterpreterOptions& options = InterpreterOptions()) {
33 return CreateCelExpressionBuilder(google::protobuf::DescriptorPool::generated_pool(),
34 google::protobuf::MessageFactory::generated_factory(),
35 options);
36}
37
38} // namespace runtime
39} // namespace expr

Callers 15

ExpectResultFunction · 0.70
ExpectResultFunction · 0.70
PerformRunMethod · 0.70
ExpectResultFunction · 0.70
EqualityFunctionTestMethod · 0.70
RunBenchmarkFunction · 0.70
RunIdentBenchmarkFunction · 0.70
TESTFunction · 0.50
TEST_FFunction · 0.50
ASSERT_OK_AND_ASSIGNFunction · 0.50

Calls

no outgoing calls

Tested by 15

ExpectResultFunction · 0.56
ExpectResultFunction · 0.56
PerformRunMethod · 0.56
ExpectResultFunction · 0.56
EqualityFunctionTestMethod · 0.56
RunBenchmarkFunction · 0.56
RunIdentBenchmarkFunction · 0.56
TESTFunction · 0.40
TEST_FFunction · 0.40
ASSERT_OK_AND_ASSIGNFunction · 0.40