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

Method IsNavigable

libs/routing/routing_session.cpp:183–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183bool RoutingSession::IsNavigable() const
184{
185 CHECK_THREAD_CHECKER(m_threadChecker, ());
186 return (m_state == SessionState::RouteNotStarted || m_state == SessionState::OnRoute ||
187 m_state == SessionState::RouteFinished);
188}
189
190bool RoutingSession::IsBuilt() const
191{

Callers 2

SetDrapeEngineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected