Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ ReadInt8
Method
ReadInt8
BeefySysLib/DataStream.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
int8 DataStream::ReadInt8()
13
{
14
int8 anInt8;
15
Read(&anInt8, sizeof(int8));
16
return anInt8;
17
}
18
19
uint8 DataStream::ReadUInt8()
20
{
Callers
5
ReadPSDValue
Method · 0.80
ReadExtraInfo
Method · 0.80
Init
Method · 0.80
ReadImageData
Method · 0.80
ReadData
Method · 0.80
Calls
1
Read
Function · 0.85
Tested by
no test coverage detected