Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4461
uint16 CPartFile::GetPartMetNumber() const
4462
{
4463
long nr;
4464
return m_partmetfilename.RemoveAllExt().GetRaw().ToLong(&nr) ? nr : 0;
4465
}
4466
4467
4468
void CPartFile::SetHashingProgress(uint16 part) const
Callers
3
CEC_PartFile_Tag
Method · 0.80
DrawFileItem
Method · 0.80
Compare
Method · 0.80
Calls
2
GetRaw
Method · 0.80
RemoveAllExt
Method · 0.80
Tested by
1
CEC_PartFile_Tag
Method · 0.64