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

Function PreVisit

eval/public/ast_traverse.cc:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166};
167
168void PreVisit(const StackRecord& record, AstVisitor* visitor) {
169 absl::visit(PreVisitor{visitor}, record.record_variant);
170}
171
172struct PostVisitor {
173 void operator()(const ExprRecord& record) {

Callers 1

AstTraverseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected