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

Method IsCPartFile

src/PartFile.h:131–131  ·  view source on GitHub ↗

true if completed

Source from the content-addressed store, hash-verified

129 bool IsPartFile() const { return status != PS_COMPLETE; } // true if not completed
130 bool IsCompleted() const { return status == PS_COMPLETE; } // true if completed
131 bool IsCPartFile() const { return true; } // true if it's a CPartFile
132
133 uint32 Process(uint8 m_icounter);
134 uint8 LoadPartFile(const CPath& in_directory, const CPath& filename, bool from_backup = false, bool getsizeonly = false);

Callers 3

m_PartFileMethod · 0.45
UpdateEncodersMethod · 0.45
ProcessItemUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected