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

Function PushSelectDeps

eval/public/ast_traverse.cc:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void PushSelectDeps(const Select* select_expr, const SourceInfo* source_info,
231 std::stack<StackRecord>* stack) {
232 if (select_expr->has_operand()) {
233 stack->push(StackRecord(&select_expr->operand(), source_info));
234 }
235}
236
237void PushCallDeps(const Call* call_expr, const Expr* expr,
238 const SourceInfo* source_info,

Callers 1

operator()Method · 0.70

Calls 2

has_operandMethod · 0.80
StackRecordClass · 0.70

Tested by

no test coverage detected