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

Method GetFileCount

src/DownloadQueue.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171
172
173uint16 CDownloadQueue::GetFileCount() const
174{
175 wxMutexLocker lock( m_mutex );
176
177 return m_filelist.size();
178}
179
180
181void CDownloadQueue::CopyFileList(std::vector<CPartFile*>& out_list, bool includeCompleted) const

Callers 3

FindSharedFilesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected