MCPcopy Create free account
hub / github.com/ddnet/ddnet / ThreadMain

Method ThreadMain

src/engine/shared/http.cpp:606–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void CHttp::ThreadMain(void *pUser)
607{
608 CHttp *pHttp = static_cast<CHttp *>(pUser);
609 pHttp->RunLoop();
610}
611
612void CHttp::RunLoop()
613{

Callers

nothing calls this directly

Calls 1

RunLoopMethod · 0.45

Tested by

no test coverage detected