MCPcopy 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

createUdpFunction · 0.85
resolveFunction · 0.85

Calls 1

initialiseMethod · 0.80

Tested by

no test coverage detected