Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
void CAICHHash::Read(CFileDataIO* file)
64
{
65
file->Read(m_abyBuffer,HASHSIZE);
66
}
67
68
69
void CAICHHash::Write(CFileDataIO* file) const
Callers
4
LoadLowestLevelHashs
Method · 0.45
SetHash
Method · 0.45
LoadRootHashCacheLocked
Method · 0.45
LoadHashSet
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected