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

Method Save

LuaParser/src/Lexer/TextReader.cpp:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void TextReader::Save() {
48 if (!_hasSaveText) {
49 _hasSaveText = true;
50 _buffStart = _currentIndex;
51 }
52 _buffIndex = _currentIndex;
53}
54
55int TextReader::GetCurrentChar() {
56 if (!_isEof && _currentIndex < _text.size()) {

Callers 2

ReadLongStringMethod · 0.80
ReadLongCLikeCommentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected