Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ Skip
Method
Skip
src/openrct2/core/StringReader.cpp:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void UTF8StringReader::Skip()
50
{
51
codepoint_t codepoint;
52
TryRead(&codepoint);
53
}
54
55
bool UTF8StringReader::CanRead() const
56
{
Callers
4
SkipWhitespace
Method · 0.45
SkipNewLine
Method · 0.45
SkipToEndOfLine
Method · 0.45
ParseString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected