MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / readU8

Function readU8

TheForceEngine/TFE_Asset/gmidAsset.cpp:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 u32 readU8(const u8*& buffer)
113 {
114 const u32 value = (u32)buffer[0];
115 buffer++;
116 return value;
117 }
118
119 u32 readVariableLength(const u8*& buffer)
120 {

Callers 1

parseGMidiFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected