Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiscordMessenger/dm
/ GetTextManager
Function
GetTextManager
src/windows/TextManager.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
// Text manager singleton
5
static TextManager g_TextManager;
6
TextManager* GetTextManager() {
7
return &g_TextManager;
8
}
9
10
static TCHAR loadBuffer[65536];
11
Callers
1
OpenAttachment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected