| 313 | }; |
| 314 | |
| 315 | void 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 |
no outgoing calls
no test coverage detected