MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getReadByteSize

Method getReadByteSize

Engine/source/core/stream/bitStream.cpp:185–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184
185U32 BitStream::getReadByteSize()
186{
187 return (maxReadBitNum >> 3) - getPosition();
188}
189
190U32 BitStream::getWriteByteSize()
191{

Callers 1

processRawPacketMethod · 0.80

Calls 1

getPositionFunction · 0.85

Tested by

no test coverage detected