Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ PostVisitRewrite
Method
PostVisitRewrite
common/ast_rewrite.h:95–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
bool PreVisitRewrite(Expr& expr) override { return false; }
94
95
bool PostVisitRewrite(Expr& expr) override { return false; }
96
97
void TraversalStackUpdate(
98
absl::Span<const Expr* absl_nonnull> path) override {}
Callers
1
AstRewrite
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected