Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isEOF
Method
isEOF
Engine/source/core/fileObject.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
);
77
78
bool FileObject::isEOF()
79
{
80
return mCurPos == mBufferSize;
81
}
82
83
FileObject::FileObject()
84
{
Callers
4
save
Method · 0.80
tsShapeConstruct.cpp
File · 0.80
fileObject.cpp
File · 0.80
loadSISFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected