MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / GetCachePath

Function GetCachePath

src/discord/Util.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31std::string GetCachePath()
32{
33 return g_BasePath + g_ProgramNamePath + "\\cache";
34}
35
36unsigned long long BitMix(uint64_t lol)
37{

Callers 3

GetImageSpecialMethod · 0.85
TryThisBasePathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected