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

Method GetSourceCount

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

Source from the content-addressed store, hash-verified

190
191#ifndef CLIENT_GUI
192 uint16 GetSourceCount() const { return (uint16)m_SrcList.size(); }
193 uint16 GetSrcA4AFCount() const { return (uint16)m_A4AFsrclist.size(); }
194#else
195 uint16 m_source_count, m_a4af_source_count;

Callers 15

UpdateDataMethod · 0.45
CEC_PartFile_TagMethod · 0.45
CEC_SearchFile_TagMethod · 0.45
ProcessPacketMethod · 0.45
ProcessExtPacketMethod · 0.45
AddResultMethod · 0.45
UpdateResultMethod · 0.45
UpdateItemColorMethod · 0.45
SortProcMethod · 0.45
ProcessMethod · 0.45
SendNextUDPPacketMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

CEC_PartFile_TagMethod · 0.36
CEC_SearchFile_TagMethod · 0.36