MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / GetString

Method GetString

src/windows/TextManager.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10static TCHAR loadBuffer[65536];
11
12std::string TextManager::GetString(int id)
13{
14 LoadIfNeeded(id);
15 return m_loadedStrings[id];
16}
17
18LPCTSTR TextManager::GetTString(int id)
19{

Callers 6

make_regexFunction · 0.80
regex_matchFunction · 0.80
regex_searchFunction · 0.80
make_regex_iteratorFunction · 0.80
regex_replaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected