MCPcopy 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
426size_t Route::GetSubrouteCount() const
427{
428 return m_subrouteAttrs.size();
429}
430
431void Route::GetSubrouteInfo(size_t subrouteIdx, vector<RouteSegment> & segments) const
432{

Callers 4

OnBuildRouteReadyMethod · 0.80
InsertRouteMethod · 0.80
GetRouteFollowingInfoMethod · 0.80
UNIT_TESTFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64