MCPcopy Create free account
hub / github.com/DFHack/dfhack / ServerConnection

Method ServerConnection

library/RemoteServer.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165ServerConnection::ServerConnection(CActiveSocket *socket)
166 : socket(socket), stream(this)
167{
168 in_error = false;
169
170 core_service = new CoreService();
171 core_service->finalize(this, &functions);
172}
173
174ServerConnection::~ServerConnection()
175{

Callers

nothing calls this directly

Calls 1

finalizeMethod · 0.80

Tested by

no test coverage detected