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

Method SkipChar

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

* Skip 8-bit character, and advance reader. */

Source from the content-addressed store, hash-verified

400 * Skip 8-bit character, and advance reader.
401 */
402 void SkipChar() { this->Skip(1); }
403
404 /**
405 * Peek UTF-8 character.

Callers 2

TryReadCharMethod · 0.95
ReadCharMethod · 0.95

Calls 1

SkipMethod · 0.95

Tested by

no test coverage detected