Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ read8
Method
read8
external/tga/decoder.cpp:290–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
288
}
289
290
uint8_t Decoder::read8()
291
{
292
return m_file->read8();
293
}
294
295
// Reads a WORD (16 bits) using in little-endian byte ordering.
296
uint16_t Decoder::read16()
Callers
3
readHeader
Method · 0.45
read16
Method · 0.45
read32
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected