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

Method IsIdentified

src/BaseClient.cpp:2554–2557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2552}
2553
2554bool CUpDownClient::IsIdentified() const
2555{
2556 return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDENTIFIED);
2557}
2558
2559bool CUpDownClient::IsBadGuy() const
2560{

Callers 4

AttachToAlreadyKnownMethod · 0.45
DrawClientItemMethod · 0.45
ClientRef.cppFile · 0.45
AddClientToQueueMethod · 0.45

Calls 1

GetCurrentIdentStateMethod · 0.45

Tested by

no test coverage detected