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

Method IncPublishedCount

src/SharedFileList.cpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 uint32 GetPublishedCount() const { return m_uPublishedCount; }
88 void SetPublishedCount(uint32 uPublishedCount) { m_uPublishedCount = uPublishedCount; }
89 void IncPublishedCount() { m_uPublishedCount++; }
90
91 bool AddRef(CKnownFile* pFile) {
92 if (std::find(m_aFiles.begin(), m_aFiles.end(), pFile) != m_aFiles.end()) {

Callers 1

PublishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected