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

Method GetName

libs/routing/routing_tests/async_router_test.cpp:37–37  ·  view source on GitHub ↗

IRouter overrides:

Source from the content-addressed store, hash-verified

35
36 // IRouter overrides:
37 string GetName() const override { return "Dummy"; }
38 void SetGuides(GuidesTracks && /* guides */) override {}
39 RouterResultCode CalculateRoute(Checkpoints const & checkpoints, m2::PointD const & startDirection,
40 bool adjustToPrevRoute, RouterDelegate const & delegate, Route & route) override

Callers 3

CreateVehicleRouterFunction · 0.45
TestRouterFunction · 0.45
RoutesBuilderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected