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

Method GetCompleteSourceCount

src/SearchFile.h:104–104  ·  view source on GitHub ↗

Returns the number of sources that have the entire file. */

Source from the content-addressed store, hash-verified

102 uint32 GetSourceCount() const { return m_sourceCount; }
103 /** Returns the number of sources that have the entire file. */
104 uint32 GetCompleteSourceCount() const { return m_completeSourceCount; }
105 /** Returns the ID of the search, used to select the right list when displaying. */
106 wxUIntPtr GetSearchID() const { return m_searchID; }
107 /** Returns true if the result is from a Kademlia search. */

Callers 4

CEC_SearchFile_TagMethod · 0.80
AddResultMethod · 0.80
UpdateResultMethod · 0.80
SortProcMethod · 0.80

Calls

no outgoing calls

Tested by 1

CEC_SearchFile_TagMethod · 0.64