MCPcopy Create free account
hub / github.com/containerd/nerdctl / Signal

Method Signal

mod/tigron/test/command.go:168–171  ·  view source on GitHub ↗
(sig os.Signal)

Source from the content-addressed store, hash-verified

166}
167
168func (gc *GenericCommand) Signal(sig os.Signal) error {
169 //nolint:wrapcheck
170 return gc.cmd.Signal(sig)
171}
172
173func (gc *GenericCommand) Run(expect *Expected) {
174 gc.t.Helper()

Callers

nothing calls this directly

Calls 1

SignalMethod · 0.65

Tested by

no test coverage detected