MCPcopy Create free account
hub / github.com/amule-project/amule / Read

Method Read

src/SHAHashSet.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63void CAICHHash::Read(CFileDataIO* file)
64{
65 file->Read(m_abyBuffer,HASHSIZE);
66}
67
68
69void CAICHHash::Write(CFileDataIO* file) const

Callers 4

LoadLowestLevelHashsMethod · 0.45
SetHashMethod · 0.45
LoadHashSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected