MCPcopy 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
49void UTF8StringReader::Skip()
50{
51 codepoint_t codepoint;
52 TryRead(&codepoint);
53}
54
55bool UTF8StringReader::CanRead() const
56{

Callers 4

SkipWhitespaceMethod · 0.45
SkipNewLineMethod · 0.45
SkipToEndOfLineMethod · 0.45
ParseStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected