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

Function getFAQ_Question

crawl-ref/source/database.cc:897–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897string getFAQ_Question(const string &key)
898{
899 return _query_database(FAQDB, key, false, true);
900}
901
902string getFAQ_Answer(const string &question)
903{

Callers 1

_handle_FAQFunction · 0.85

Calls 1

_query_databaseFunction · 0.85

Tested by

no test coverage detected