MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / SaveAndNext

Method SaveAndNext

LuaParser/src/Lexer/TextReader.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void TextReader::SaveAndNext() {
43 Save();
44 NextChar();
45}
46
47void TextReader::Save() {
48 if (!_hasSaveText) {

Callers 8

LexMethod · 0.80
LexMethod · 0.80
LexMethod · 0.80
ReadNumeralMethod · 0.80
SkipSepMethod · 0.80
ReadLongStringMethod · 0.80
ReadLongCLikeCommentMethod · 0.80
ReadStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected