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

Function PostVisit

common/ast_rewrite.cc:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213};
214
215void PostVisit(const StackRecord& record, AstVisitor* visitor) {
216 absl::visit(PostVisitor{visitor}, record.record_variant);
217}
218
219void PushSelectDeps(SelectExpr* select_expr, std::stack<StackRecord>* stack) {
220 if (select_expr->has_operand()) {

Callers 1

AstRewriteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected