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

Function GetPort

engine/engine/src/engine_service.cpp:480–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478 }
479
480 uint16_t GetPort(HEngineService engine_service)
481 {
482 return engine_service->m_Port;
483 }
484
485 uint16_t GetServicePort(uint16_t default_port)
486 {

Callers 3

GetHttpPortFunction · 0.70
InitMethod · 0.70
NewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected