MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetShortBuildTag

Function GetShortBuildTag

Source/Version/version.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74std::string GetShortBuildTag() {
75 std::vector<std::string> split_string;
76 std::string buildVersion(GetBuildVersion());
77 split(buildVersion, '-', split_string);
78
79 return split_string[0];
80}
81
82std::string GetVersionMajor() {
83 std::vector<std::string> split_string;

Callers 4

GetVersionMajorFunction · 0.85
GetVersionMinorFunction · 0.85
GetVersionPatchFunction · 0.85
ReloadMethod · 0.85

Calls 2

GetBuildVersionFunction · 0.85
splitFunction · 0.50

Tested by

no test coverage detected