Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ WriteHash
Method
WriteHash
src/SafeFile.cpp:307–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
306
307
void CFileDataIO::WriteHash(const CMD4Hash& value)
308
{
309
Write(value.GetHash(), MD4HASH_LENGTH);
310
}
311
312
313
void CFileDataIO::WriteFloat(float value)
Callers
15
SendHashsetPacket
Method · 0.45
SendStartupLoadReq
Method · 0.45
SendFileRequest
Method · 0.45
SendBlockRequests
Method · 0.45
UDPReaskForDownload
Method · 0.45
SendAICHRequest
Method · 0.45
ProcessAICHRequest
Method · 0.45
Save
Method · 0.45
WriteToFile
Method · 0.45
WriteToFile
Method · 0.45
CreateSrcInfoPacket
Method · 0.45
CreateOfferedFilePacket
Method · 0.45
Calls
1
GetHash
Method · 0.45
Tested by
2
writeValue
Method · 0.36
run
Method · 0.36