| 212 | } |
| 213 | |
| 214 | bool RoutingSession::IsFinished() const |
| 215 | { |
| 216 | CHECK_THREAD_CHECKER(m_threadChecker, ()); |
| 217 | return m_state == SessionState::RouteFinished; |
| 218 | } |
| 219 | |
| 220 | bool RoutingSession::IsNoFollowing() const |
| 221 | { |
no outgoing calls
no test coverage detected