Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetCurrentTimeToEndSec
Method
GetCurrentTimeToEndSec
libs/routing/route.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
double Route::GetCurrentTimeToEndSec() const
104
{
105
return GetCurrentTimeToSegmentSec(m_routeSegments.size() - 1);
106
}
107
108
double Route::GetCurrentTimeToNearestTurnSec() const
109
{
Callers
2
GetRouteFollowingInfo
Method · 0.80
UNIT_TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.64