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

Method SetUserHash

src/BaseClient.cpp:2417–2424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2415
2416
2417void CUpDownClient::SetUserHash(const CMD4Hash& userhash)
2418{
2419 theApp->clientlist->UpdateClientHash( this, userhash );
2420
2421 m_UserHash = userhash;
2422
2423 ValidateHash();
2424}
2425
2426EUtf8Str CUpDownClient::GetUnicodeSupport() const
2427{

Callers 9

RequestTCPMethod · 0.45
RequestBuddyMethod · 0.45
IncomingBuddyMethod · 0.45
FindFriendMethod · 0.45
ProcessPacketMethod · 0.45
KademliaSearchFileMethod · 0.45
AddSourcesMethod · 0.45
AddClientSourcesMethod · 0.45
ProcessPacketMethod · 0.45

Calls 1

UpdateClientHashMethod · 0.80

Tested by

no test coverage detected