Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiscordMessenger/dm
/ GetTString
Method
GetTString
src/windows/TextManager.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
LPCTSTR TextManager::GetTString(int id)
19
{
20
LoadIfNeeded(id);
21
return m_loadedTStrings[id];
22
}
23
24
void TextManager::LoadIfNeeded(int id)
25
{
Callers
1
OpenAttachment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected