Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
606
void CHttp::ThreadMain(void *pUser)
607
{
608
CHttp *pHttp = static_cast<CHttp *>(pUser);
609
pHttp->RunLoop();
610
}
611
612
void CHttp::RunLoop()
613
{
Callers
nothing calls this directly
Calls
1
RunLoop
Method · 0.45
Tested by
no test coverage detected