Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
void CAICHHash::Write(CFileDataIO* file) const
70
{
71
file->Write(m_abyBuffer,HASHSIZE);
72
}
73
74
unsigned int CAICHHash::DecodeBase32(const wxString &base32)
75
{
Callers
3
WriteHash
Method · 0.45
WriteLowestLevelHashs
Method · 0.45
SaveHashSet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected