MCPcopy 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

12std::string g_ProgramNamePath = "";
13
14void SetProgramNamePath(const std::string& programName)
15{
16 g_ProgramNamePath = programName;
17}
18
19void SetBasePath(const std::string& path)
20{

Callers 1

SetupCachePathIfNeededFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected