Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
void PreVisit(const StackRecord& record, AstVisitor* visitor) {
157
absl::visit(PreVisitor{visitor}, record.record_variant);
158
}
159
160
struct PostVisitor {
161
void operator()(const ExprRecord& record) {
Callers
1
AstRewrite
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected