MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / ReadChunkInt16

Method ReadChunkInt16

TombEngine/Specific/IO/ChunkReader.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129short ChunkReader::ReadChunkInt16(__int64 length)
130{
131 return LEB128::ReadInt16(m_stream);
132}
133
134unsigned short ChunkReader::ReadChunkUInt16(__int64 length)
135{

Callers

nothing calls this directly

Calls 1

ReadInt16Function · 0.85

Tested by

no test coverage detected