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

Method SetFreeArgTitle

library/cpp/getopt/small/last_getopt_opts.cpp:269–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 void TOpts::SetFreeArgTitle(size_t pos, const TString& title, const TString& help, bool optional) {
270 FreeArgSpecs_[pos] = TFreeArgSpec(title, help, optional);
271 }
272
273 TFreeArgSpec& TOpts::GetFreeArgSpec(size_t pos) {
274 return FreeArgSpecs_[pos];

Callers 7

ParseOptionsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
Y_UNIT_TESTFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

TFreeArgSpecClass · 0.85

Tested by

no test coverage detected