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

Function Update

engine/dlib/src/dlib/webserver.cpp:283–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 }
282
283 Result Update(HServer server)
284 {
285 dmHttpServer::Result r = dmHttpServer::Update(server->m_HttpServer);
286 return TranslateResult(r);
287 }
288
289 void GetName(HServer server, dmSocket::Address* address, uint16_t* port)
290 {

Callers

nothing calls this directly

Calls 1

TranslateResultFunction · 0.85

Tested by

no test coverage detected