MCPcopy Create free account
hub / github.com/catboost/catboost / Get

Method Get

library/cpp/getopt/small/opt.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54int Opt::Get() {
55 return Get(nullptr);
56}
57
58int Opt::Get(int* longOptionIndex) {
59 if (GotError_)

Callers 15

FinishMethod · 0.45
InitMethod · 0.45
GetOptsMethod · 0.45
GetUnsortedModesMethod · 0.45
AddModeMethod · 0.45
AddCompletionsMethod · 0.45
FindLongOptionMethod · 0.45
FindCharOptionMethod · 0.45
HasAnyShortOptionMethod · 0.45
HasAnyLongOptionMethod · 0.45
ValidateMethod · 0.45

Calls 7

CurrentExceptionMessageFunction · 0.85
CurValMethod · 0.80
CurOptMethod · 0.80
UserValueMethod · 0.80
GetCharOr0Method · 0.80
GetFunction · 0.50
NextMethod · 0.45

Tested by

no test coverage detected