Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
531
U16 getWord(BReadFile& f) {
532
U16 result = 0;
533
f.read(result);
534
return result;
535
}
536
537
U8 getBye(BReadFile& f) {
538
U8 result = 0;
Callers
1
extractIconFromExe
Function · 0.85
Calls
1
read
Method · 0.45
Tested by
no test coverage detected