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

Method End

src/station_gui.cpp:1000–1000  ·  view source on GitHub ↗

* Get an iterator pointing to the end of the set of children. */

Source from the content-addressed store, hash-verified

998 * Get an iterator pointing to the end of the set of children.
999 */
1000 CargoDataSet::iterator End() const { return this->children->end(); }
1001
1002 /**
1003 * Has this entry transfers.

Callers 5

EstimateDestinationsMethod · 0.45
BuildFlowListMethod · 0.45
BuildCargoListMethod · 0.45
SearchNonStopMethod · 0.45
DrawEntriesMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected