Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ write8
Method
write8
external/tga/encoder.cpp:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
void Encoder::write8(uint8_t value)
234
{
235
m_file->write8(value);
236
}
237
238
void Encoder::write16(uint16_t value)
239
{
Callers
2
write16
Method · 0.45
write32
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected