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

Function getEgoString

crawl-ref/source/database.cc:941–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

939// Egos DB specific functions.
940
941string getEgoString(const string &key)
942{
943 return unwrap_desc(_query_database(EgosDB, key, true, true));
944}

Callers 4

_append_weapon_statsFunction · 0.85
_describe_weapon_brandFunction · 0.85
_describe_ammoFunction · 0.85
_describe_armourFunction · 0.85

Calls 2

unwrap_descFunction · 0.85
_query_databaseFunction · 0.85

Tested by

no test coverage detected