Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ close
Function
close
src/OpenLoco/src/Network/Network.cpp:91–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void close()
92
{
93
_server = nullptr;
94
_client = nullptr;
95
_mode = NetworkMode::none;
96
}
97
98
void update()
99
{
Callers
8
~NetworkServer
Method · 0.70
~NetworkBase
Method · 0.70
~NetworkClient
Method · 0.70
onUpdate
Method · 0.70
onCancel
Method · 0.70
receiveConnectionResponsePacket
Method · 0.70
clearStatus
Method · 0.70
update
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected