Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void TextReader::SaveAndNext() {
43
Save();
44
NextChar();
45
}
46
47
void TextReader::Save() {
48
if (!_hasSaveText) {
Callers
8
Lex
Method · 0.80
Lex
Method · 0.80
Lex
Method · 0.80
ReadNumeral
Method · 0.80
SkipSep
Method · 0.80
ReadLongString
Method · 0.80
ReadLongCLikeComment
Method · 0.80
ReadString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected