MCPcopy 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 */
208void CBackup::Start(void *pUser)
209{
210 CBackup *pThis = (CBackup *)pUser;
211 pThis->ProcessQueries();
212 delete pThis;
213}
214
215void CBackup::ProcessQueries()
216{

Callers 3

StartRecordMethod · 0.45
ConRecordMethod · 0.45

Calls 1

ProcessQueriesMethod · 0.80

Tested by

no test coverage detected