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

Method Signal

mod/tigron/test/interfaces.go:135–135  ·  view source on GitHub ↗

Signal sends a signal to a backgrounded command.

(sig os.Signal)

Source from the content-addressed store, hash-verified

133 Background()
134 // Signal sends a signal to a backgrounded command.
135 Signal(sig os.Signal) error
136 // Stderr allows retrieving the raw stderr output of the command once it has been run.
137 Stderr() string
138}

Callers 7

TestIPFSCompBuildFunction · 0.95
TestIPFSNerdctlRegistryFunction · 0.95
SignalMethod · 0.65
SignalMethod · 0.65
wrapMethod · 0.65
CloseMethod · 0.65
TestRunSigProxyFunction · 0.65

Implementers 1

GenericCommandmod/tigron/test/command.go

Calls

no outgoing calls

Tested by 3

TestIPFSCompBuildFunction · 0.76
TestIPFSNerdctlRegistryFunction · 0.76
TestRunSigProxyFunction · 0.52