Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2554
bool CUpDownClient::IsIdentified() const
2555
{
2556
return (credits && credits->GetCurrentIdentState(GetIP()) == IS_IDENTIFIED);
2557
}
2558
2559
bool CUpDownClient::IsBadGuy() const
2560
{
Callers
4
AttachToAlreadyKnown
Method · 0.45
DrawClientItem
Method · 0.45
ClientRef.cpp
File · 0.45
AddClientToQueue
Method · 0.45
Calls
1
GetCurrentIdentState
Method · 0.45
Tested by
no test coverage detected