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

Method IsFinished

libs/routing/routing_session.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

IsRouteFinishedMethod · 0.45
PassCheckpointsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected