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

Function MakeCompletionMod

library/cpp/getopt/small/completer_command.cpp:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 };
161
162 THolder<TMainClassArgs> MakeCompletionMod(const TModChooser* modChooser, TString command, TString modName) {
163 return MakeHolder<TCompleterMode>(modChooser, std::move(command), std::move(modName));
164 }
165}

Callers 1

AddCompletionsMethod · 0.85

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected