Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ isEOS
Method
isEOS
Engine/source/core/stream/streamObject.h:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
const char* getStatus();
66
67
bool isEOS() { return mStream ? mStream->getStatus() == Stream::EOS : true; }
68
69
/// Gets the position in the stream
70
U32 getPosition() const
Callers
1
streamObject.cpp
File · 0.45
Calls
1
getStatus
Method · 0.45
Tested by
no test coverage detected