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

Function GetSocket

engine/script/src/http_service.cpp:530–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528 }
529
530 dmMessage::HSocket GetSocket(HHttpService http_service)
531 {
532 return http_service->m_Socket;
533 }
534
535 void Delete(HHttpService http_service)
536 {

Callers 4

GetSystemURLFunction · 0.70
URL_newindexFunction · 0.70
URL_newFunction · 0.70
ResolveURLFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected