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

Method RouteCall

libs/routing/routing_session.cpp:805–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803}
804
805void RoutingSession::RouteCall(RouteCallback const & callback) const
806{
807 CHECK_THREAD_CHECKER(m_threadChecker, ());
808 CHECK(m_route, ());
809 callback(*m_route);
810}
811
812void RoutingSession::EmitCloseRoutingEvent() const
813{

Callers 1

SetDrapeEngineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected