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

Method Write

cli/streams/out.go:40–42  ·  view source on GitHub ↗

Write writes to the output stream.

(p []byte)

Source from the content-addressed store, hash-verified

38
39// Write writes to the output stream.
40func (o *Out) Write(p []byte) (int, error) {
41 return o.out.Write(p)
42}
43
44// IsTerminal returns whether this stream is connected to a terminal.
45func (o *Out) IsTerminal() bool {

Callers 3

tagWriteFunction · 0.45
signerInfoWriteFunction · 0.45

Calls

no outgoing calls

Tested by 1