Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetBuildInfo
Function
GetBuildInfo
library/cpp/build_info/build_info_static.cpp:21–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
extern
"C"
const char* GetBuildInfo() {
22
#if defined(BUILD_INFO)
23
return BUILD_INFO;
24
#else
25
return
""
;
26
#endif
27
}
Callers
1
InitVersionString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected