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

Function Signal

library/cpp/getopt/small/completer.cpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 ICompleterPtr Signal() {
213 return MakeSimpleShared<TSimpleCompleter>(Compgen("-A signal"), "_signals");
214 }
215
216 ICompleterPtr Domain() {
217 return MakeSimpleShared<TSimpleCompleter>("", "_domains");

Callers 9

ProcessMethod · 0.85
NotifyMethod · 0.85
InterruptMethod · 0.85
ScheduleRequestMethod · 0.85
ScheduleResponseMethod · 0.85
NotifyMethod · 0.85
SetImplMethod · 0.85
RemoveMethod · 0.85
~TImplMethod · 0.85

Calls 1

CompgenFunction · 0.85

Tested by

no test coverage detected