Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ read8b
Method
read8b
include/JSystem/JSupport/JSUStream.h:109–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
inline u8 read8b()
110
{
111
u8 byte;
112
read(&byte, 1);
113
return byte;
114
}
115
116
inline u16 read16b()
117
{
Callers
3
private_readStream
Method · 0.80
private_readStream
Method · 0.80
private_readStream
Method · 0.80
Calls
1
read
Function · 0.85
Tested by
no test coverage detected