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

Method IsEof

LuaParser/src/Lexer/TextReader.cpp:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool TextReader::IsEof() const {
105 return _isEof;
106}
107
108bool TextReader::HasSaveText() const {
109 return _hasSaveText;

Callers 3

ParseMethod · 0.80
LexMethod · 0.80
AnalyzeDocFormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected