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

Function File

library/cpp/getopt/small/completer.cpp:162–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 ICompleterPtr File(TString pattern) {
163 if (pattern) {
164 pattern = " -g " + SS(pattern);
165 }
166 return MakeSimpleShared<TSimpleCompleter>("", "_files" + pattern);
167 }
168
169 ICompleterPtr Directory() {
170 return MakeSimpleShared<TSimpleCompleter>("", "_files -/");

Callers 3

RegisterOptionsMethod · 0.50
Y_UNIT_TESTFunction · 0.50
FileMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected