Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
897
string getFAQ_Question(const string &key)
898
{
899
return _query_database(FAQDB, key, false, true);
900
}
901
902
string getFAQ_Answer(const string &question)
903
{
Callers
1
_handle_FAQ
Function · 0.85
Calls
1
_query_database
Function · 0.85
Tested by
no test coverage detected