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

Method m_PartFile

src/ExternalConn.cpp:113–113  ·  view source on GitHub ↗

cast inherited member to CPartFile

Source from the content-addressed store, hash-verified

111
112 // cast inherited member to CPartFile
113 const CPartFile * m_PartFile() { wxCHECK(m_file->IsCPartFile(), NULL); return static_cast<const CPartFile *>(m_file); }
114public:
115 // encoder side
116 CPartFile_Encoder(const CPartFile *file = 0) : CKnownFile_Encoder(file)

Callers

nothing calls this directly

Calls 1

IsCPartFileMethod · 0.45

Tested by

no test coverage detected