MCPcopy 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
5static TextManager g_TextManager;
6TextManager* GetTextManager() {
7 return &g_TextManager;
8}
9
10static TCHAR loadBuffer[65536];
11

Callers 1

OpenAttachmentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected