Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
static TCHAR loadBuffer[65536];
11
12
std::string TextManager::GetString(int id)
13
{
14
LoadIfNeeded(id);
15
return m_loadedStrings[id];
16
}
17
18
LPCTSTR TextManager::GetTString(int id)
19
{
Callers
6
make_regex
Function · 0.80
regex_match
Function · 0.80
regex_search
Function · 0.80
make_regex_iterator
Function · 0.80
make_regex_token_iterator
Function · 0.80
regex_replace
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected