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

Method IsCorrect

libs/routing/turns.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110bool SegmentRange::IsCorrect() const
111{
112 return (m_forward && m_startSegId <= m_endSegId) || (!m_forward && m_endSegId <= m_startSegId);
113}
114
115bool SegmentRange::GetFirstSegment(NumMwmIds const & numMwmIds, Segment & segment) const
116{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected