Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Start
Method
Start
src/engine/server/databases/connection_pool.cpp:208–213 ·
view source on GitHub ↗
static */
Source
from the content-addressed store, hash-verified
206
207
/* static */
208
void CBackup::Start(void *pUser)
209
{
210
CBackup *pThis = (CBackup *)pUser;
211
pThis->ProcessQueries();
212
delete pThis;
213
}
214
215
void CBackup::ProcessQueries()
216
{
Callers
3
DemoRecorder_HandleAutoStart
Method · 0.45
StartRecord
Method · 0.45
ConRecord
Method · 0.45
Calls
1
ProcessQueries
Method · 0.80
Tested by
no test coverage detected