| 188 | } |
| 189 | |
| 190 | bool RoutingSession::IsBuilt() const |
| 191 | { |
| 192 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 193 | return (IsNavigable() || m_state == SessionState::RouteNeedsRebuild); |
| 194 | } |
| 195 | |
| 196 | bool RoutingSession::IsBuilding() const |
| 197 | { |
no outgoing calls
no test coverage detected