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

Method Write

src/SHAHashSet.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68
69void CAICHHash::Write(CFileDataIO* file) const
70{
71 file->Write(m_abyBuffer,HASHSIZE);
72}
73
74unsigned int CAICHHash::DecodeBase32(const wxString &base32)
75{

Callers 3

WriteHashMethod · 0.45
WriteLowestLevelHashsMethod · 0.45
SaveHashSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected