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

Function PrintSvnVersionAndExit0

library/cpp/svnversion/svnversion.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14extern "C" void PrintSvnVersionAndExit0() {
15 PrintProgramSvnVersion();
16 exit(0);
17}
18
19extern "C" void PrintSvnVersionAndExitEx(int argc, char* argv[], const char* opts) {
20 if (2 == argc) {

Callers 1

PrintSvnVersionAndExitExFunction · 0.85

Calls 2

PrintProgramSvnVersionFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected