MCPcopy Create free account
hub / github.com/docker/cli / ErrBuffer

Method ErrBuffer

internal/test/cli.go:149–151  ·  view source on GitHub ↗

ErrBuffer Buffer returns the stderr buffer

()

Source from the content-addressed store, hash-verified

147
148// ErrBuffer Buffer returns the stderr buffer
149func (c *FakeCli) ErrBuffer() *bytes.Buffer {
150 return c.errBuffer
151}
152
153// ResetOutputBuffers resets the .OutBuffer() and.ErrBuffer() back to empty
154func (c *FakeCli) ResetOutputBuffers() {

Callers 1

TerminatePromptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected