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

Class AdjustLengthChecker

libs/routing/routing_helpers.hpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92};
93
94struct AdjustLengthChecker
95{
96 explicit AdjustLengthChecker(IndexGraphStarter & starter);
97 bool operator()(RouteWeight const & weight) const;
98 IndexGraphStarter & m_starter;
99};
100} // namespace routing

Callers 1

AdjustRouteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected