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

Method GetString

src/SHAHashSet.cpp:57–60  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////////////// CAICHHash

Source from the content-addressed store, hash-verified

55/////////////////////////////////////////////////////////////////////////////////////////
56///CAICHHash
57wxString CAICHHash::GetString() const
58{
59 return EncodeBase32(m_abyBuffer, HASHSIZE);
60}
61
62
63void CAICHHash::Read(CFileDataIO* file)

Callers 1

UntrustedHashReceivedMethod · 0.45

Calls 1

EncodeBase32Function · 0.85

Tested by

no test coverage detected