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

Function GetHttpPort

engine/engine/src/engine.cpp:1829–1836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827 }
1828
1829 uint16_t GetHttpPort(HEngine engine)
1830 {
1831 if (engine->m_EngineService)
1832 {
1833 return dmEngineService::GetPort(engine->m_EngineService);
1834 }
1835 return 0;
1836 }
1837
1838 static int InputBufferOrderSort(const void * a, const void * b)
1839 {

Callers 1

PreRunHttpPortFunction · 0.85

Calls 1

GetPortFunction · 0.70

Tested by 1

PreRunHttpPortFunction · 0.68