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

Function PushDependencies

common/ast_traverse.cc:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313};
314
315void PushDependencies(const StackRecord& record, std::stack<StackRecord>& stack,
316 const TraversalOptions& options) {
317 absl::visit(PushDepsVisitor{stack, options}, record.record_variant);
318}
319
320} // namespace
321

Callers 2

StepMethod · 0.70
AstTraverseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected