MCPcopy 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_implFunction · 0.80
FinishMethod · 0.80
GetMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected