Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Process
Method · 0.85
Notify
Method · 0.85
Interrupt
Method · 0.85
ScheduleRequest
Method · 0.85
ScheduleResponse
Method · 0.85
Notify
Method · 0.85
SetImpl
Method · 0.85
Remove
Method · 0.85
~TImpl
Method · 0.85
Calls
1
Compgen
Function · 0.85
Tested by
no test coverage detected