MCPcopy 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
1483void CPartFile::WriteCompleteSourcesCount(CMemFile* file)
1484{
1485 file->WriteUInt16(m_nCompleteSourcesCount);
1486}
1487
1488uint32 CPartFile::Process(uint8 m_icounter)
1489{

Callers 1

SendFileRequestMethod · 0.80

Calls 1

WriteUInt16Method · 0.80

Tested by

no test coverage detected