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

Method IsActive

libs/routing/routing_session.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177bool RoutingSession::IsActive() const
178{
179 CHECK_THREAD_CHECKER(m_threadChecker, ());
180 return (m_state != SessionState::NoValidRoute);
181}
182
183bool RoutingSession::IsNavigable() const
184{

Callers 3

IsRoutingActiveMethod · 0.45
RedressRouteMethod · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36