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

Function PushDependencies

eval/public/ast_rewrite.cc:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336};
337
338void PushDependencies(const StackRecord& record, std::stack<StackRecord>& stack,
339 const RewriteTraversalOptions& options) {
340 absl::visit(PushDepsVisitor{stack, options}, record.record_variant);
341}
342
343} // namespace
344

Callers 1

AstRewriteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected