Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NoMercy-ac/NoMercy
/ Run
Method
Run
Source/Client/NM_Engine/ServerSocketAuth.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
);
75
}
76
void CNetworkServer::Run()
77
{
78
m_pNetService.Run();
79
}
80
void CNetworkServer::Shutdown()
81
{
82
m_pNetService.Stop();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected