Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ ReadHash
Method
ReadHash
src/SafeFile.cpp:181–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
180
181
CMD4Hash CFileDataIO::ReadHash() const
182
{
183
CMD4Hash value;
184
Read(value.GetHash(), MD4HASH_LENGTH);
185
186
return value;
187
}
188
189
190
float CFileDataIO::ReadFloat() const
Callers
15
ProcessRequestPartsPacket
Method · 0.45
ProcessRequestPartsPacketv2
Method · 0.45
ProcessPacket
Method · 0.45
ProcessBlockPacket
Method · 0.45
ProcessAICHAnswer
Method · 0.45
ProcessAICHRequest
Method · 0.45
ProcessAICHFileHash
Method · 0.45
CPreferences
Method · 0.45
LoadFromFile
Method · 0.45
LoadHashsetFromFile
Method · 0.45
ProcessPacket
Method · 0.45
ProcessExtPacket
Method · 0.45
Calls
1
GetHash
Method · 0.45
Tested by
1
readValue
Method · 0.36