Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ InitialiseWSA
Function
InitialiseWSA
src/openrct2/network/Socket.cpp:127–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
};
126
127
static bool InitialiseWSA()
128
{
129
static WSA wsa;
130
return wsa.Initialise();
131
}
132
#else
133
static bool InitialiseWSA()
134
{
Callers
3
CreateTcpSocket
Function · 0.85
CreateUdpSocket
Function · 0.85
GetNetworkInterfaces
Function · 0.85
Calls
1
Initialise
Method · 0.45
Tested by
no test coverage detected