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

Function PushSelectDeps

common/ast_traverse.cc:191–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void PushSelectDeps(const SelectExpr* select_expr,
192 std::stack<StackRecord>* stack) {
193 if (select_expr->has_operand()) {
194 stack->push(StackRecord(&select_expr->operand()));
195 }
196}
197
198void PushCallDeps(const CallExpr* call_expr, const Expr* expr,
199 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