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

Method IsShared

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

Source from the content-addressed store, hash-verified

129
130 virtual void SetShared() { m_shared = true; }
131 virtual bool IsShared() { return m_shared; }
132 virtual bool IsPartFile_Encoder() { return true; }
133};
134

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected