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

Method EmitCloseRoutingEvent

libs/routing/routing_session.cpp:812–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812void RoutingSession::EmitCloseRoutingEvent() const
813{
814 CHECK_THREAD_CHECKER(m_threadChecker, ());
815 ASSERT(m_route, ());
816
817 if (!m_route->IsValid())
818 {
819 ASSERT(false, ());
820 return;
821 }
822}
823
824bool RoutingSession::HasRouteAltitude() const
825{

Callers 1

CloseRoutingMethod · 0.80

Calls 2

ASSERTFunction · 0.85
IsValidMethod · 0.45

Tested by

no test coverage detected