Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoMercy-ac/NoMercy
/ IsSelfThread
Method
IsSelfThread
Source/Client/NM_Engine/ThreadHelper.cpp:367–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
bool CThread::IsSelfThread()
368
{
369
return (g_nmApp->ThreadManagerInstance()->GetThreadFromId(m_dwThreadId) != nullptr);
370
}
371
372
bool CThread::IsGoodPriority()
373
{
Callers
nothing calls this directly
Calls
2
GetThreadFromId
Method · 0.80
ThreadManagerInstance
Method · 0.80
Tested by
no test coverage detected