MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / begin

Method begin

src/OpenLoco/src/Map/Tile.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 Tile::Iterator Tile::begin()
43 {
44 return Iterator{ _data };
45 }
46
47 Tile::Iterator Tile::begin() const
48 {

Callers 15

removeSinkFunction · 0.45
sortPlaylistByTitleFunction · 0.45
sortPlaylistByYearFunction · 0.45
makeAllMusicPlaylistFunction · 0.45
chooseNextMusicTrackFunction · 0.45
resetFunction · 0.45
handleStepFunction · 0.45
bitWiseEqualFunction · 0.45
compareElementsFunction · 0.45
autosaveCleanFunction · 0.45
Config.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected