Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ GetTokenRange
Method
GetTokenRange
LuaParser/src/Lexer/TextReader.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
TextRange TextReader::GetTokenRange() const {
88
return TextRange(_buffStart, _buffIndex - _buffStart + 1);
89
}
90
91
void TextReader::ResetBuffer() {
92
_hasSaveText = false;
Callers
3
ParseToWords
Method · 0.45
ParseToIdentifies
Method · 0.45
Parse
Method · 0.45
Calls
1
TextRange
Class · 0.85
Tested by
no test coverage detected