MCPcopy
hub / github.com/docker/docker-agent / discardPrinter

Function discardPrinter

cmd/root/run_worktree_test.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func discardPrinter() *cli.Printer {
59 return cli.NewPrinter(io.Discard)
60}
61
62// setStdin replaces os.Stdin with a pipe pre-loaded with the given input for
63// the duration of the test.

Calls 1

NewPrinterFunction · 0.92

Tested by

no test coverage detected