MCPcopy Create free account
hub / github.com/defold/defold / Delete

Function Delete

engine/dlib/src/dlib/http_server.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 }
191
192 void Delete(HServer server)
193 {
194 // TODO: Shutdown connections
195 dmSocket::Delete(server->m_ServerSocket);
196 delete server;
197 }
198
199 static void HandleRequest(void* user_data, const char* request_method, const char* resource, int major, int minor)
200 {

Callers 3

DisconnectFunction · 0.70
ConnectFunction · 0.70
UpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected