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

Method Background

pkg/testutil/nerdtest/command.go:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116func (nc *nerdCommand) Background() {
117 nc.prep()
118 nc.GenericCommand.Background()
119}
120
121// Run does override the generic command run, as we are testing both docker and nerdctl
122func (nc *nerdCommand) prep() {

Callers

nothing calls this directly

Calls 2

prepMethod · 0.95
BackgroundMethod · 0.65

Tested by

no test coverage detected