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

Method GetPartCount

src/KnownFile.h:223–223  ·  view source on GitHub ↗

nr. of 9MB parts (file data)

Source from the content-addressed store, hash-verified

221
222 // nr. of 9MB parts (file data)
223 inline uint16 GetPartCount() const { return m_iPartCount; }
224
225 // nr. of 9MB parts according the file size wrt ED2K protocol (OP_FILESTATUS)
226 inline uint16 GetED2KPartCount() const { return m_iED2KPartCount; }

Callers 15

ProcessExtendedInfoMethod · 0.80
SetUploadFileIDMethod · 0.80
DrawSourceStatusBarMethod · 0.80
UpdateDataMethod · 0.80
CEC_UpDownClient_TagMethod · 0.80
SendFileRequestMethod · 0.80
ProcessFileInfoMethod · 0.80
ProcessFileStatusMethod · 0.80
SetRequestFileMethod · 0.80
ProcessAICHRequestMethod · 0.80
OnDrawItemMethod · 0.80
ProcessItemUpdateMethod · 0.80

Calls

no outgoing calls

Tested by 1

CEC_UpDownClient_TagMethod · 0.64