MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getWord

Function getWord

source/ui/utils/readIcons.cpp:531–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529*/
530
531U16 getWord(BReadFile& f) {
532 U16 result = 0;
533 f.read(result);
534 return result;
535}
536
537U8 getBye(BReadFile& f) {
538 U8 result = 0;

Callers 1

extractIconFromExeFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected