Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ ReadInt8
Method
ReadInt8
Source/SimpleFile.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
int8_t CSimpleFile::ReadInt8()
122
{
123
return static_cast<int8_t>(ReadUint8());
124
}
125
126
uint16_t CSimpleFile::ReadUint16()
127
{
Callers
2
DoReadFromFTI
Method · 0.80
LoadInstrument
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected