MCPcopy Index your code
hub / github.com/cloudfoundry/cli / TeePrinter

Struct TeePrinter

cf/terminal/tee_printer.go:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type TeePrinter struct {
10 disableTerminalOutput bool
11 outputBucket io.Writer
12 stdout io.Writer
13}
14
15func NewTeePrinter(w io.Writer) *TeePrinter {
16 return &TeePrinter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected