Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
941
string getEgoString(const string &key)
942
{
943
return unwrap_desc(_query_database(EgosDB, key, true, true));
944
}
Callers
4
_append_weapon_stats
Function · 0.85
_describe_weapon_brand
Function · 0.85
_describe_ammo
Function · 0.85
_describe_armour
Function · 0.85
Calls
2
unwrap_desc
Function · 0.85
_query_database
Function · 0.85
Tested by
no test coverage detected