Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ WriteUInt32
Method
WriteUInt32
src/SafeFile.cpp:279–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
278
279
void CFileDataIO::WriteUInt32(uint32 value)
280
{
281
ENDIAN_SWAP_I_32(value);
282
283
Write(&value, sizeof(uint32));
284
}
285
286
287
void CFileDataIO::WriteUInt64(uint64 value)
Callers
15
SendRankingInfo
Method · 0.80
SaveList
Method · 0.80
SaveServerMet
Method · 0.80
WriteHash
Method · 0.80
WriteLowestLevelHashs
Method · 0.80
SaveHashSet
Method · 0.80
Save
Method · 0.80
SendBlockRequests
Method · 0.80
WriteToFile
Method · 0.80
WriteToFile
Method · 0.80
CreateSrcInfoPacket
Method · 0.80
CreateOfferedFilePacket
Method · 0.80
Calls
no outgoing calls
Tested by
3
writeValue
Method · 0.64
run
Method · 0.64
TEST
Function · 0.64