Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoMercy-ac/NoMercy
/ GetThreadCount
Method
GetThreadCount
Source/Client/NM_Engine/ThreadManagerHelper.cpp:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
250
251
std::size_t CThreadManager::GetThreadCount()
252
{
253
return m_vThreadList.size();
254
}
255
256
int CThreadManager::GetSuspendedThreadCount()
257
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected