Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ GetPos
Method
GetPos
LuaParser/src/Lexer/TextReader.cpp:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
std::size_t TextReader::GetPos() const {
84
return _currentIndex;
85
}
86
87
TextRange TextReader::GetTokenRange() const {
88
return TextRange(_buffStart, _buffIndex - _buffStart + 1);
Callers
5
Lex
Method · 0.80
ReadLongString
Method · 0.80
ReadLongCLikeComment
Method · 0.80
ReadString
Method · 0.80
IncLinenumber
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected