Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ User
Function
User
library/cpp/getopt/small/completer.cpp:181–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
ICompleterPtr User() {
182
return MakeSimpleShared<TSimpleCompleter>(Compgen(
"-A user"
),
"_users"
);
183
}
184
185
ICompleterPtr Group() {
186
// For some reason, OSX freezes when trying to perform completion for groups.
Callers
nothing calls this directly
Calls
1
Compgen
Function · 0.85
Tested by
no test coverage detected