Go stdlib package — os/signal. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.Ignore()NeutralIgnore(sig os.Signal)
Ignore causes the provided signals to be ignored. If they are received by
.Ignored()NeutralIgnored(sig os.Signal) bool
Ignored reports whether sig is currently ignored.
.Notify()NeutralNotify(c chan<- os.Signal, sig os.Signal)
Notify causes package signal to relay incoming signals to c.
.NotifyContext()NeutralNotifyContext(parent context.Context, signals os.Signal) (context.Context, context.CancelFunc)
NotifyContext returns a copy of the parent context that is marked done
.Reset()NeutralReset(sig os.Signal)
Reset undoes the effect of any prior calls to Notify for the provided
.Stop()NeutralStop(c chan<- os.Signal)
Stop causes package signal to stop relaying incoming signals to c.
| FQN | Field | |
|---|---|---|
| os/signal | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
// standard library — no go.mod entry required
from codepathfinder.go_rule import ... # os/signal