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

Method End

libs/routing/base/followed_polyline.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19Iter FollowedPolyline::End() const
20{
21 ASSERT(IsValid(), ());
22 return Iter(m_poly.Back(), m_poly.GetSize() - 1);
23}
24
25Iter FollowedPolyline::GetIterToIndex(size_t index) const
26{

Callers 1

UNIT_TESTFunction · 0.45

Calls 5

ASSERTFunction · 0.85
IterClass · 0.85
IsValidFunction · 0.50
BackMethod · 0.45
GetSizeMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.36