Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
Iter FollowedPolyline::End() const
20
{
21
ASSERT(IsValid(), ());
22
return Iter(m_poly.Back(), m_poly.GetSize() - 1);
23
}
24
25
Iter FollowedPolyline::GetIterToIndex(size_t index) const
26
{
Callers
1
UNIT_TEST
Function · 0.45
Calls
5
ASSERT
Function · 0.85
Iter
Class · 0.85
IsValid
Function · 0.50
Back
Method · 0.45
GetSize
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.36