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

Method ReadChunkUInt16

TombEngine/Specific/IO/ChunkReader.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134unsigned short ChunkReader::ReadChunkUInt16(__int64 length)
135{
136 return LEB128::ReadUInt16(m_stream);
137}
138
139byte ChunkReader::ReadChunkByte(__int64 length)
140{

Callers

nothing calls this directly

Calls 1

ReadUInt16Function · 0.85

Tested by

no test coverage detected