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

Method IsPartFile

src/DownloadQueue.cpp:596–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594
595
596bool CDownloadQueue::IsPartFile(const CKnownFile* file) const
597{
598 wxMutexLocker lock(m_mutex);
599
600 for (FileQueue::size_type i = 0; i < m_filelist.size(); ++i) {
601 if (file == m_filelist[i]) {
602 return true;
603 }
604 }
605
606 return false;
607}
608
609
610void CDownloadQueue::OnConnectionState(bool bConnected)

Callers 15

AddReqBlockMethod · 0.45
OnSwapSourceMethod · 0.45
CEC_SharedFile_TagMethod · 0.45
OnFinishedHashingMethod · 0.45
OnFinishedAICHHashingMethod · 0.45
OnFinishedCompletionMethod · 0.45
OnFinishedAllocationMethod · 0.45
UDPReaskForDownloadMethod · 0.45
IsValidSwapTargetMethod · 0.45
AddRequestMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

CEC_SharedFile_TagMethod · 0.36