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

Method SetFileSize

src/SHAHashSet.cpp:891–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889
890
891void CAICHHashSet::SetFileSize(uint64 nSize)
892{
893 m_pHashTree.m_nDataSize = nSize;
894 m_pHashTree.m_nBaseSize = (nSize <= PARTSIZE) ? EMBLOCKSIZE : PARTSIZE;
895}
896
897
898void CAICHHashSet::UntrustedHashReceived(const CAICHHash& Hash, uint32 dwFromIP)

Callers 1

DbgTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected