Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
bool TextReader::IsEof() const {
105
return _isEof;
106
}
107
108
bool TextReader::HasSaveText() const {
109
return _hasSaveText;
Callers
3
Parse
Method · 0.80
Lex
Method · 0.80
AnalyzeDocFormat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected