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

Function PreVisit

common/ast_rewrite.cc:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154};
155
156void PreVisit(const StackRecord& record, AstVisitor* visitor) {
157 absl::visit(PreVisitor{visitor}, record.record_variant);
158}
159
160struct PostVisitor {
161 void operator()(const ExprRecord& record) {

Callers 1

AstRewriteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected