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

Method SetSubcommandPath

library/cpp/getopt/small/modchooser.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61void TMainClass::SetSubcommandPath(TVector<TString> parts) {
62 SubcommandPath_ = std::move(parts);
63}
64
65const TVector<TString>& TMainClass::GetSubcommandPath() const {
66 return SubcommandPath_;

Callers 1

RunMethod · 0.80

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected