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

Method ResetBuffer

LuaParser/src/Lexer/TextReader.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void TextReader::ResetBuffer() {
92 _hasSaveText = false;
93 _buffStart = 0;
94 _buffIndex = 0;
95}
96
97std::string_view TextReader::GetSaveText() const {
98 if (_hasSaveText) {

Callers 5

LexMethod · 0.80
ParseMethod · 0.80
LexMethod · 0.80
AnalyzeDocFormatMethod · 0.80
LexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected