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

Method GetFreeArgs

library/cpp/getopt/small/opt.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 TVector<TString> GetFreeArgs() const {
97 return NLastGetopt::TOptsParseResult(&*Opts_, GetArgC(), GetArgV()).GetFreeArgs();
98 }
99
100 // obsolete, use GetArg() instead
101 char* Arg; /* option argument if any or NULL */

Callers 15

ParseOptionsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
DoRunMethod · 0.45
DoRunMethod · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
InitMethod · 0.45
TProgOptsMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

TOptsParseResultClass · 0.70

Tested by

no test coverage detected