Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ ShowUserCount
Function
ShowUserCount
src/GuiEvents.cpp:119–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
118
119
void ShowUserCount(wxString NOT_ON_DAEMON(str))
120
{
121
#ifndef AMULE_DAEMON
122
theApp->amuledlg->ShowUserCount(str);
123
#endif
124
}
125
126
127
void Search_Update_Progress(uint32 NOT_ON_DAEMON(val))
Callers
1
ShowConnectionState
Method · 0.85
Calls
1
ShowUserCount
Method · 0.45
Tested by
no test coverage detected