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

Method Reset

eval/compiler/flat_expr_builder_extensions.cc:440–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440void ProgramBuilder::Reset() {
441 root_ = nullptr;
442 current_ = nullptr;
443 extracted_subexpressions_.clear();
444 subprogram_map_.clear();
445}
446
447absl::Status PlannerContext::ReplaceSubplan(
448 const cel::Expr& node, std::unique_ptr<DirectExpressionStep> step,

Callers 2

OnPostVisitMethod · 0.45
TEST_FFunction · 0.45

Calls 1

clearMethod · 0.80

Tested by 1

TEST_FFunction · 0.36