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

Method IsSubplanInspectable

eval/compiler/flat_expr_builder_extensions.cc:393–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393bool PlannerContext::IsSubplanInspectable(const cel::Expr& node) const {
394 return program_builder_.GetSubexpression(&node) != nullptr;
395}
396
397ExecutionPathView PlannerContext::GetSubplan(const cel::Expr& node) {
398 auto* subexpression = program_builder_.GetSubexpression(&node);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64