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

Method PostVisitRewrite

eval/public/ast_rewrite.h:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 bool PostVisitRewrite(cel::expr::Expr* expr,
117 const SourcePosition* position) override {
118 return false;
119 }
120
121 void TraversalStackUpdate(
122 absl::Span<const cel::expr::Expr*> path) override {}

Callers 1

AstRewriteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected