Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void TMainClass::SetSubcommandPath(TVector<TString> parts) {
62
SubcommandPath_ = std::move(parts);
63
}
64
65
const TVector<TString>& TMainClass::GetSubcommandPath() const {
66
return SubcommandPath_;
Callers
1
Run
Method · 0.80
Calls
1
move
Function · 0.50
Tested by
no test coverage detected