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

Struct readFailer

cf/terminal/ui_test.go:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type readFailer struct{}
27
28func (r readFailer) Read(p []byte) (n int, err error) {
29 return 0, errors.New("read failer always fails")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected