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

Function PushSelectDeps

common/ast_rewrite.cc:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void PushSelectDeps(SelectExpr* select_expr, std::stack<StackRecord>* stack) {
220 if (select_expr->has_operand()) {
221 stack->push(StackRecord(&select_expr->mutable_operand()));
222 }
223}
224
225void PushCallDeps(CallExpr* call_expr, Expr* expr,
226 std::stack<StackRecord>* stack) {

Callers 1

operator()Method · 0.70

Calls 2

has_operandMethod · 0.80
StackRecordClass · 0.70

Tested by

no test coverage detected