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

Method IsPartFile_Encoder

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

Source from the content-addressed store, hash-verified

130 virtual void SetShared() { m_shared = true; }
131 virtual bool IsShared() { return m_shared; }
132 virtual bool IsPartFile_Encoder() { return true; }
133};
134
135class CFileEncoderMap : public std::map<uint32, CKnownFile_Encoder*> {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected