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

Method Background

mod/tigron/test/command.go:162–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160}
161
162func (gc *GenericCommand) Background() {
163 gc.async = true
164
165 _ = gc.cmd.Run(context.WithValue(context.Background(), com.LoggerKey, gc.t))
166}
167
168func (gc *GenericCommand) Signal(sig os.Signal) error {
169 //nolint:wrapcheck

Callers

nothing calls this directly

Calls 2

RunMethod · 0.65
BackgroundMethod · 0.65

Tested by

no test coverage detected