Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ PreVisit
Function
PreVisit
eval/public/ast_traverse.cc:168–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
};
167
168
void PreVisit(const StackRecord& record, AstVisitor* visitor) {
169
absl::visit(PreVisitor{visitor}, record.record_variant);
170
}
171
172
struct PostVisitor {
173
void operator()(const ExprRecord& record) {
Callers
1
AstTraverse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected