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

Method SkipAll

src/core/string_consumer.hpp:101–101  ·  view source on GitHub ↗

* Discard all remaining data. */

Source from the content-addressed store, hash-verified

99 * Discard all remaining data.
100 */
101 void SkipAll() { this->position = this->src.size(); }
102
103 /**
104 * Peek binary uint8.

Callers 2

DecodeEncodedStringFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected