Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ begin
Method
begin
src/misc/alternating_iterator.hpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
auto begin() const
130
{
131
return AlternatingIterator{first, last, middle, true};
132
}
133
134
auto end() const
135
{
Callers
8
FixupMidiData
Function · 0.45
LoadFile
Method · 0.45
DownloadArticulationData
Function · 0.45
LoadDefaultDLSFile
Function · 0.45
Insert
Method · 0.45
LRUCache
Class · 0.45
GetIfValid
Method · 0.45
FindIndex
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected