Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ IsEOF
Method
IsEOF
xuocore/text_parser.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
bool TextFileParser::IsEOF()
55
{
56
return (m_File.Ptr >= m_End);
57
}
58
59
void TextFileParser::GetEOL()
60
{
Callers
15
load_mobtype
Function · 0.45
load_animdef
Function · 0.45
load_equipconv
Function · 0.45
load_bodyconv
Function · 0.45
load_body_corpse_def
Function · 0.45
LoadSkills
Method · 0.45
IndexReplaces
Method · 0.45
CheckStaticTileFilterFiles
Method · 0.45
LoadAutoLoginNames
Method · 0.45
LoadLogin
Method · 0.45
LoadMap
Method · 0.45
LoadGlobalConfig
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected