Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
extern
"C"
void PrintSvnVersionAndExit0() {
15
PrintProgramSvnVersion();
16
exit(0);
17
}
18
19
extern
"C"
void PrintSvnVersionAndExitEx(int argc, char* argv[], const char* opts) {
20
if (2 == argc) {
Callers
1
PrintSvnVersionAndExitEx
Function · 0.85
Calls
2
PrintProgramSvnVersion
Function · 0.85
exit
Function · 0.85
Tested by
no test coverage detected