Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiscordMessenger/dm
/ SetProgramNamePath
Function
SetProgramNamePath
src/discord/Util.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
std::string g_ProgramNamePath =
""
;
13
14
void SetProgramNamePath(const std::string& programName)
15
{
16
g_ProgramNamePath = programName;
17
}
18
19
void SetBasePath(const std::string& path)
20
{
Callers
1
SetupCachePathIfNeeded
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected