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

Method SetMasterHash

src/SHAHashSet.cpp:862–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862void CAICHHashSet::SetMasterHash(const CAICHHash& Hash, EAICHStatus eNewStatus)
863{
864 m_pHashTree.m_Hash = Hash;
865 m_pHashTree.m_bHashValid = true;
866 SetStatus(eNewStatus);
867}
868
869CAICHHashAlgo* CAICHHashSet::GetNewHashAlgo()
870{

Callers 4

DbgTestMethod · 0.80
LoadTagsFromFileMethod · 0.80
AddED2KLinkMethod · 0.80
LoadPartFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected