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

Method Get

engine/dlib/src/test/test_httpclient.cpp:1555–1560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1553 }
1554
1555 dmHttpClient::Result Get(const char* path)
1556 {
1557 m_StatusCode = -1;
1558 m_Content.clear();
1559 return dmHttpClient::Get(m_Client, path);
1560 }
1561
1562 dmSocket::Result GetLastSocketResult() const
1563 {

Callers

nothing calls this directly

Calls 2

GetFunction · 0.50
clearMethod · 0.45

Tested by

no test coverage detected