MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetDumpVersionString

Function GetDumpVersionString

Source/version.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36const char *GetDumpVersionString() noexcept {
37 return VERSION_STR("_") "_" COMMIT_HASH;
38}
39#else
40const char *Get0CCFTVersionString() noexcept {
41 return VERSION_STR(".");
42}
43
44const char *GetDumpVersionString() noexcept {
45 return VERSION_STR("_");

Callers 1

GetDumpFilenameFunction · 0.85

Calls 1

Get0CCFTVersionStringFunction · 0.85

Tested by

no test coverage detected