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

Function GetName

engine/dlib/src/dlib/webserver.cpp:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 }
288
289 void GetName(HServer server, dmSocket::Address* address, uint16_t* port)
290 {
291 dmHttpServer::GetName(server->m_HttpServer, address, port);
292 }
293
294 Result SendAttribute(Request* request, const char* key, const char* value)
295 {

Callers 7

dmLogInitSocketFunction · 0.70
LogInitializeFunction · 0.70
TcpServerThreadFunction · 0.50
TYPED_TESTFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50
InitMethod · 0.50

Calls

no outgoing calls

Tested by 4

TcpServerThreadFunction · 0.40
TYPED_TESTFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40