Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ initialiseWSA
Function
initialiseWSA
src/OpenLoco/src/Network/Socket.cpp:108–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
};
107
108
static bool initialiseWSA()
109
{
110
static WSA wsa;
111
return wsa.initialise();
112
}
113
#else
114
static bool initialiseWSA()
115
{
Callers
2
createUdp
Function · 0.85
resolve
Function · 0.85
Calls
1
initialise
Method · 0.80
Tested by
no test coverage detected