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

Function PushSelectDeps

eval/public/ast_rewrite.cc:229–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void PushSelectDeps(Select* select_expr, const SourceInfo* source_info,
230 std::stack<StackRecord>* stack) {
231 if (select_expr->has_operand()) {
232 stack->push(StackRecord(select_expr->mutable_operand(), source_info));
233 }
234}
235
236void PushCallDeps(Call* call_expr, Expr* expr, const SourceInfo* source_info,
237 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