Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
bool RoutingSession::IsActive() const
178
{
179
CHECK_THREAD_CHECKER(m_threadChecker, ());
180
return (m_state != SessionState::NoValidRoute);
181
}
182
183
bool RoutingSession::IsNavigable() const
184
{
Callers
3
IsRoutingActive
Method · 0.45
RedressRoute
Method · 0.45
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.36