Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TryReadChar
Method · 0.95
ReadChar
Method · 0.95
Calls
1
Skip
Method · 0.95
Tested by
no test coverage detected