MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / ~NetworkServer

Method ~NetworkServer

src/OpenLoco/src/Network/NetworkServer.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19constexpr uint32_t kPingInterval = 30;
20
21NetworkServer::~NetworkServer()
22{
23 close();
24}
25
26void NetworkServer::listen(const std::string& bind, port_t port)
27{

Callers

nothing calls this directly

Calls 1

closeFunction · 0.70

Tested by

no test coverage detected