Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoMercy-ac/NoMercy
/ GetPythonName
Method
GetPythonName
Source/Client/NM_Engine/Data.cpp:169–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
}
168
169
std::string CData::GetPythonName()
170
{
171
return m_szPythonName;
172
}
173
void CData::SetPythonName(std::string szName)
174
{
175
m_szPythonName = szName;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected