Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ databaseSystemInit
Function
databaseSystemInit
crawl-ref/source/database.cc:343–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
#define NUM_DB ARRAYSZ(AllDBs)
342
343
void databaseSystemInit()
344
{
345
for (unsigned int i = 0; i < NUM_DB; i++)
346
AllDBs[i].init();
347
}
348
349
void databaseSystemShutdown()
350
{
Callers
1
_initialize
Function · 0.85
Calls
1
init
Method · 0.45
Tested by
no test coverage detected