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

Function Host

library/cpp/getopt/small/completer.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 ICompleterPtr Host() {
174 return MakeSimpleShared<TSimpleCompleter>(Compgen("-A hostname"), "_hosts");
175 }
176
177 ICompleterPtr Pid() {
178 return MakeSimpleShared<TSimpleCompleter>("", "_pids");

Callers

nothing calls this directly

Calls 1

CompgenFunction · 0.85

Tested by

no test coverage detected