| 605 | } |
| 606 | |
| 607 | unique_ptr<IndexGraphStarter> MakeStarter(FakeEnding const & start, FakeEnding const & finish, WorldGraph & graph) |
| 608 | { |
| 609 | return make_unique<IndexGraphStarter>(start, finish, 0 /* fakeNumerationStart */, false /* strictForward */, graph); |
| 610 | } |
| 611 | |
| 612 | } // namespace routing_test |
no outgoing calls