Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetCharOr0
Method
GetCharOr0
library/cpp/getopt/small/last_getopt_opt.cpp:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
char TOpt::GetCharOr0() const {
37
if (Chars_.empty())
38
return 0;
39
return GetChar();
40
}
41
42
TString TOpt::GetName() const {
43
if (LongNames_.empty())
Callers
3
getopt_long_impl
Function · 0.80
Finish
Method · 0.80
Get
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected