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

Method DeleteFileRequest

src/DownloadClient.cpp:509–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509bool CUpDownClient::DeleteFileRequest(CPartFile* file)
510{
511 return (m_A4AF_list.erase( file ) > 0);
512}
513
514void CUpDownClient::DeleteAllFileRequests()
515{

Callers 1

RemoveAllSourcesMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected