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

Function GetAppVersionString

src/discord/Util.cpp:510–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508#define STRINGIFY(x) STRINGIFY2(x)
509
510const char* GetAppVersionString()
511{
512#ifdef GIT_COMMIT_HASH
513 return "V1.10 [Nightly " STRINGIFY(GIT_COMMIT_HASH) "]";
514#else
515 return "V1.10";
516#endif
517}
518
519std::string FormatDuration(int seconds)
520{

Callers 3

DialogProcFunction · 0.85
AbortMessageFunction · 0.85
WindowProcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected