MCPcopy 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
343void databaseSystemInit()
344{
345 for (unsigned int i = 0; i < NUM_DB; i++)
346 AllDBs[i].init();
347}
348
349void databaseSystemShutdown()
350{

Callers 1

_initializeFunction · 0.85

Calls 1

initMethod · 0.45

Tested by

no test coverage detected