Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DecodeEncodedString
Function · 0.80
string_consumer.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected