Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ WriteCompleteSourcesCount
Method
WriteCompleteSourcesCount
src/PartFile.cpp:1483–1486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1481
}
1482
1483
void CPartFile::WriteCompleteSourcesCount(CMemFile* file)
1484
{
1485
file->WriteUInt16(m_nCompleteSourcesCount);
1486
}
1487
1488
uint32 CPartFile::Process(uint8 m_icounter)
1489
{
Callers
1
SendFileRequest
Method · 0.80
Calls
1
WriteUInt16
Method · 0.80
Tested by
no test coverage detected