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

Method IsRoutingActive

libs/map/routing_manager.hpp:150–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 void SetRouter(routing::RouterType type);
149 routing::RouterType GetRouter() const { return m_currentRouterType; }
150 bool IsRoutingActive() const { return m_routingSession.IsActive(); }
151 bool IsRouteBuilt() const { return m_routingSession.IsBuilt(); }
152 bool IsRouteBuilding() const { return m_routingSession.IsBuilding(); }
153 bool IsRouteRebuildingOnly() const { return m_routingSession.IsRebuildingOnly(); }

Calls 1

IsActiveMethod · 0.45

Tested by

no test coverage detected