MCPcopy Create free account
hub / github.com/ddnet/ddnet / CreateRegister

Function CreateRegister

src/engine/server/register.cpp:799–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

797}
798
799IRegister *CreateRegister(CConfig *pConfig, IConsole *pConsole, IEngine *pEngine, IHttp *pHttp, int ServerPort, unsigned SixupSecurityToken)
800{
801 return new CRegister(pConfig, pConsole, pEngine, pHttp, ServerPort, SixupSecurityToken);
802}

Callers 1

RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected