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

Function Compgen

library/cpp/getopt/small/completer.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 TString Compgen(TStringBuf flags) {
155 return TStringBuilder() << "COMPREPLY+=( $(compgen " << flags << " -- ${cur}) )";
156 }
157
158 ICompleterPtr Default() {
159 return MakeSimpleShared<TSimpleCompleter>("", "_default");

Callers 4

HostFunction · 0.85
UserFunction · 0.85
GroupFunction · 0.85
SignalFunction · 0.85

Calls 1

TStringBuilderClass · 0.50

Tested by

no test coverage detected