Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ endOfFile
Method
endOfFile
Engine/source/core/tokenizer.cpp:634–640 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
632
}
633
634
bool Tokenizer::endOfFile()
635
{
636
if (mCurrPos < mBufferSize)
637
return false;
638
else
639
return true;
640
}
Callers
1
parseObject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected