Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ WriteUInt8
Method
WriteUInt8
src/SafeFile.cpp:265–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
263
264
265
void CFileDataIO::WriteUInt8(uint8 value)
266
{
267
Write(&value, sizeof(uint8));
268
}
269
270
271
void CFileDataIO::WriteUInt16(uint16 value)
Callers
15
SendCommentInfo
Method · 0.80
SaveList
Method · 0.80
SaveServerMet
Method · 0.80
Save
Method · 0.80
SaveHashSet
Method · 0.80
Save
Method · 0.80
SendFileRequest
Method · 0.80
SendBlockRequests
Method · 0.80
Save
Method · 0.80
CreateSrcInfoPacket
Method · 0.80
Save
Method · 0.80
ProcessExtPacket
Method · 0.80
Calls
no outgoing calls
Tested by
3
writeValue
Method · 0.64
run
Method · 0.64
TEST
Function · 0.64