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

Function PreVisit

eval/public/ast_rewrite.cc:165–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

AstRewriteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected