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

Method GetClientServerPort

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

Source from the content-addressed store, hash-verified

170 uint32_t GetClientServerIP() const noexcept { return m_clientServerIP; }
171 void SetClientServerIP(uint32_t serverIP) noexcept { m_clientServerIP = serverIP; }
172 uint16_t GetClientServerPort() const noexcept { return m_clientServerPort; }
173 void SetClientServerPort(uint16_t port) noexcept { m_clientServerPort = port; }
174 int GetClientsCount() const { return ((GetClientID() && GetClientPort()) ? 1 : 0) + m_clients.size(); }
175

Callers 3

AddSearchToDownloadMethod · 0.80
MergeResultsMethod · 0.80
UpdateParentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected