Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
short ChunkReader::ReadChunkInt16(__int64 length)
130
{
131
return LEB128::ReadInt16(m_stream);
132
}
133
134
unsigned short ChunkReader::ReadChunkUInt16(__int64 length)
135
{
Callers
nothing calls this directly
Calls
1
ReadInt16
Function · 0.85
Tested by
no test coverage detected