MCPcopy Create free account
hub / github.com/catboost/catboost / InitVersionString

Function InitVersionString

library/cpp/getopt/print.cpp:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12namespace NLastGetoptPrivate {
13 TString InitVersionString() {
14 TString ts = GetProgramSvnVersion();
15 ts += "\n";
16 ts += GetBuildInfo();
17 TString sandboxTaskId = GetSandboxTaskId();
18 if (sandboxTaskId != TString("0")) {
19 ts += "\nSandbox task id: ";
20 ts += sandboxTaskId;
21 }
22 return ts;
23 }
24
25 TString InitShortVersionString() {
26 TString ts = GetProgramShortVersionData();

Callers 1

TInitMethod · 0.85

Calls 1

GetBuildInfoFunction · 0.85

Tested by

no test coverage detected