MCPcopy 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
83std::size_t TextReader::GetPos() const {
84 return _currentIndex;
85}
86
87TextRange TextReader::GetTokenRange() const {
88 return TextRange(_buffStart, _buffIndex - _buffStart + 1);

Callers 5

LexMethod · 0.80
ReadLongStringMethod · 0.80
ReadLongCLikeCommentMethod · 0.80
ReadStringMethod · 0.80
IncLinenumberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected