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

Method Write

actor/sharedaction/logging.go:83–87  ·  view source on GitHub ↗
(bytes []byte)

Source from the content-addressed store, hash-verified

81}
82
83func (c channelWriter) Write(bytes []byte) (n int, err error) {
84 c.errChannel <- errors.New(strings.Trim(string(bytes), "\n"))
85
86 return len(bytes), nil
87}
88
89// cliRetryBackoff returns true for OnErr after sleeping the given interval for a limited number of times,
90// and returns true for OnEmpty always.

Calls

no outgoing calls

Tested by

no test coverage detected