Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
func
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.
Callers
3
TestCleanupWorktreeAutoRemovesWhenClean
Function · 0.85
TestCleanupWorktreeKeepsDirtyWithoutConfirmation
Function · 0.85
TestCleanupWorktreeRemovesDirtyOnConfirmation
Function · 0.85
Calls
1
NewPrinter
Function · 0.92
Tested by
no test coverage detected