Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
func
(gc *GenericCommand) Signal(sig os.Signal) error {
169
//nolint:wrapcheck
170
return
gc.cmd.Signal(sig)
171
}
172
173
func
(gc *GenericCommand) Run(expect *Expected) {
174
gc.t.Helper()
Callers
nothing calls this directly
Calls
1
Signal
Method · 0.65
Tested by
no test coverage detected