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

Method ClearUploadBlockRequests

src/UploadClient.cpp:568–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566
567
568void CUpDownClient::ClearUploadBlockRequests()
569{
570 FlushSendBlocks();
571 DeleteContents(m_BlockRequests_queue);
572 DeleteContents(m_DoneBlocks_list);
573}
574
575void CUpDownClient::SendRankingInfo(){
576 if (!ExtProtocolAvailable()) {

Callers 1

RemoveFromUploadQueueMethod · 0.80

Calls 1

DeleteContentsFunction · 0.85

Tested by

no test coverage detected