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

Method writeToStream

Engine/source/core/stream/bitStream.cpp:713–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711}
712
713void InfiniteBitStream::writeToStream(Stream &s)
714{
715 s.write(getPosition(), mDataPtr);
716}
717
718//------------------------------------------------------------------------------
719

Callers

nothing calls this directly

Calls 2

getPositionFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected