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

Method GetValidSourcesCount

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

Source from the content-addressed store, hash-verified

199 uint16 GetTransferingSrcCount() const { return transferingsrc; }
200 uint16 GetNotCurrentSourcesCount() const { return m_notCurrentSources; };
201 uint16 GetValidSourcesCount() const { return m_validSources; };
202
203 uint64 GetNeededSpace();
204

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected