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

Function GetName

engine/dlib/src/dlib/http_server.cpp:682–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 }
681
682 void GetName(HServer server, dmSocket::Address* address, uint16_t* port)
683 {
684 *address = server->m_Address;
685 *port = server->m_Port;
686 }
687
688}

Callers 1

ConnectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected