MCPcopy 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
307void CFileDataIO::WriteHash(const CMD4Hash& value)
308{
309 Write(value.GetHash(), MD4HASH_LENGTH);
310}
311
312
313void CFileDataIO::WriteFloat(float value)

Callers 15

SendHashsetPacketMethod · 0.45
SendStartupLoadReqMethod · 0.45
SendFileRequestMethod · 0.45
SendBlockRequestsMethod · 0.45
UDPReaskForDownloadMethod · 0.45
SendAICHRequestMethod · 0.45
ProcessAICHRequestMethod · 0.45
SaveMethod · 0.45
WriteToFileMethod · 0.45
WriteToFileMethod · 0.45
CreateSrcInfoPacketMethod · 0.45

Calls 1

GetHashMethod · 0.45

Tested by 2

writeValueMethod · 0.36
runMethod · 0.36