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

Method FlattenMain

eval/compiler/flat_expr_builder_extensions.cc:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 : root_(nullptr), current_(nullptr), subprogram_map_() {}
290
291ExecutionPath ProgramBuilder::FlattenMain() {
292 auto out = FlattenSubexpression(root_);
293 root_ = nullptr;
294 return out;
295}
296
297std::vector<ExecutionPath> ProgramBuilder::FlattenSubexpressions() {
298 std::vector<ExecutionPath> out;

Callers 3

FlattenExpressionTableFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64