MCPcopy
hub / github.com/cloudfoundry/cli / DefaultHelper

Function DefaultHelper

cf/ssh/terminal/helper.go:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20type terminalHelper struct{}
21
22func DefaultHelper() TerminalHelper {
23 return &terminalHelper{}
24}
25
26func (t *terminalHelper) StdStreams() (io.ReadCloser, io.Writer, io.Writer) {
27 return term.StdStreams()

Callers 2

ssh_test.goFile · 0.92
helper_test.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected