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

Method GetPartMetNumber

src/PartFile.cpp:4461–4465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4459
4460
4461uint16 CPartFile::GetPartMetNumber() const
4462{
4463 long nr;
4464 return m_partmetfilename.RemoveAllExt().GetRaw().ToLong(&nr) ? nr : 0;
4465}
4466
4467
4468void CPartFile::SetHashingProgress(uint16 part) const

Callers 3

CEC_PartFile_TagMethod · 0.80
DrawFileItemMethod · 0.80
CompareMethod · 0.80

Calls 2

GetRawMethod · 0.80
RemoveAllExtMethod · 0.80

Tested by 1

CEC_PartFile_TagMethod · 0.64