Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
void TextReader::ResetBuffer() {
92
_hasSaveText = false;
93
_buffStart = 0;
94
_buffIndex = 0;
95
}
96
97
std::string_view TextReader::GetSaveText() const {
98
if (_hasSaveText) {
Callers
5
Lex
Method · 0.80
Parse
Method · 0.80
Lex
Method · 0.80
AnalyzeDocFormat
Method · 0.80
Lex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected