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