Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
509
bool CUpDownClient::DeleteFileRequest(CPartFile* file)
510
{
511
return (m_A4AF_list.erase( file ) > 0);
512
}
513
514
void CUpDownClient::DeleteAllFileRequests()
515
{
Callers
1
RemoveAllSources
Method · 0.80
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected