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

Method getStreamSize

Engine/source/core/stream/bitStream.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174U32 BitStream::getStreamSize()
175{
176 return bufSize;
177}
178
179U8 *BitStream::getBytePtr()
180{

Callers 2

copyFromMethod · 0.45
streamObject.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected