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

Function PostVisit

eval/public/ast_rewrite.cc:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223};
224
225void PostVisit(const StackRecord& record, AstVisitor* visitor) {
226 absl::visit(PostVisitor{visitor}, record.record_variant);
227}
228
229void PushSelectDeps(Select* select_expr, const SourceInfo* source_info,
230 std::stack<StackRecord>* stack) {

Callers 1

AstRewriteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected