MCPcopy Create free account
hub / github.com/comaps/comaps / MakeStarter

Function MakeStarter

libs/routing/routing_tests/index_graph_tools.cpp:607–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607unique_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

Callers 6

UNIT_CLASS_TESTFunction · 0.85
TestRouteFunction · 0.85
UNIT_TESTFunction · 0.85
SetStarterMethod · 0.85
UNIT_TESTFunction · 0.85
UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by 5

UNIT_CLASS_TESTFunction · 0.68
TestRouteFunction · 0.68
UNIT_TESTFunction · 0.68
UNIT_TESTFunction · 0.68
UNIT_TESTFunction · 0.68