Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Unknown
Function
Unknown
library/cpp/testing/gtest/main.cpp:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
void Unknown(const char* flag) {
27
std::cerr <<
"Unknown support flag "
<< flag << std::endl;
28
exit(2);
29
}
30
31
std::pair<std::string_view, std::string_view> ParseName(std::string_view name) {
32
auto pos = name.find(
"::"
);
Callers
1
ParseFlags
Method · 0.70
Calls
1
exit
Function · 0.85
Tested by
no test coverage detected