Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getWriteByteSize
Method
getWriteByteSize
Engine/source/core/stream/bitStream.cpp:190–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
U32 BitStream::getWriteByteSize()
191
{
192
return (maxWriteBitNum >> 3) - getPosition();
193
}
194
195
void BitStream::clear()
196
{
Callers
3
packUpdate
Method · 0.80
packUpdate
Method · 0.80
packUpdate
Method · 0.80
Calls
1
getPosition
Function · 0.85
Tested by
no test coverage detected