MCPcopy 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
121int8_t CSimpleFile::ReadInt8()
122{
123 return static_cast<int8_t>(ReadUint8());
124}
125
126uint16_t CSimpleFile::ReadUint16()
127{

Callers 2

DoReadFromFTIMethod · 0.80
LoadInstrumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected