MCPcopy 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
181CMD4Hash CFileDataIO::ReadHash() const
182{
183 CMD4Hash value;
184 Read(value.GetHash(), MD4HASH_LENGTH);
185
186 return value;
187}
188
189
190float CFileDataIO::ReadFloat() const

Callers 15

ProcessPacketMethod · 0.45
ProcessBlockPacketMethod · 0.45
ProcessAICHAnswerMethod · 0.45
ProcessAICHRequestMethod · 0.45
ProcessAICHFileHashMethod · 0.45
CPreferencesMethod · 0.45
LoadFromFileMethod · 0.45
LoadHashsetFromFileMethod · 0.45
ProcessPacketMethod · 0.45
ProcessExtPacketMethod · 0.45

Calls 1

GetHashMethod · 0.45

Tested by 1

readValueMethod · 0.36