Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetSubrouteCount
Method
GetSubrouteCount
libs/routing/route.cpp:426–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
}
425
426
size_t Route::GetSubrouteCount() const
427
{
428
return m_subrouteAttrs.size();
429
}
430
431
void Route::GetSubrouteInfo(size_t subrouteIdx, vector<RouteSegment> & segments) const
432
{
Callers
4
OnBuildRouteReady
Method · 0.80
InsertRoute
Method · 0.80
GetRouteFollowingInfo
Method · 0.80
UNIT_TEST
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.64