MCPcopy Create free account
hub / github.com/crawl/crawl / _db_cache_path

Function _db_cache_path

crawl-ref/source/database.cc:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167static TextDB& EgosDB = AllDBs[10];
168
169static string _db_cache_path(string db, const char *lang)
170{
171 if (lang)
172 db = db + "." + lang;
173 return savedir_versioned_path("db/" + db);
174}
175
176// ----------------------------------------------------------------------
177// TextDB

Callers 3

open_dbMethod · 0.85
initMethod · 0.85
_regenerate_dbMethod · 0.85

Calls 1

savedir_versioned_pathFunction · 0.85

Tested by

no test coverage detected