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

Method SetGuidesForTests

libs/routing/routing_session.hpp:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169 std::shared_ptr<Route> GetRouteForTests() const { return m_route; }
170 void SetGuidesForTests(GuidesTracks guides) { m_router->SetGuidesTracks(std::move(guides)); }
171
172 double GetCompletionPercent() const;
173

Callers 1

SubmitRoutingPointMethod · 0.80

Calls 1

SetGuidesTracksMethod · 0.80

Tested by

no test coverage detected