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

Function getHintString

crawl-ref/source/database.cc:933–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931// Hints DB specific functions.
932
933string getHintString(const string &key)
934{
935 return unwrap_desc(_query_database(HintsDB, key, true, true));
936}
937
938/////////////////////////////////////////////////////////////////////////////
939// Egos DB specific functions.

Callers 3

hints_starting_screenFunction · 0.85
_get_hintFunction · 0.85
tutorial_msgFunction · 0.85

Calls 2

unwrap_descFunction · 0.85
_query_databaseFunction · 0.85

Tested by

no test coverage detected