Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoMercy-ac/NoMercy
/ SetPythonHandle
Method
SetPythonHandle
Source/Client/NM_Engine/Data.cpp:164–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
return m_hPythonHandle;
163
}
164
void CData::SetPythonHandle(HMODULE hModule)
165
{
166
m_hPythonHandle = hModule;
167
}
168
169
std::string CData::GetPythonName()
170
{
Callers
1
GetPythonHandle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected