Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoMercy-ac/NoMercy
/ SetRoutineCompleted
Method
SetRoutineCompleted
Source/Client/NM_Engine/ThreadHelper.cpp:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
void CThread::SetRoutineCompleted(bool bCompleted)
215
{
216
m_bRoutineCompleted = bCompleted;
217
}
218
219
220
HANDLE CThread::GetHandle()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected