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

Function GetLastSocketResult

engine/dlib/src/dlib/http_client.cpp:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 }
368
369 dmSocket::Result GetLastSocketResult(HClient client)
370 {
371 return client->m_SocketResult;
372 }
373
374 static bool HasRequestTimedOut(HClient client)
375 {

Callers 6

HandleRequestFunction · 0.85
TEST_PFunction · 0.85
GetLastSocketResultMethod · 0.85
GetLastSocketResultMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 5

TEST_PFunction · 0.68
GetLastSocketResultMethod · 0.68
GetLastSocketResultMethod · 0.68
TESTFunction · 0.68