MCPcopy Index your code
hub / github.com/docker/cli / Read

Method Read

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

Read implements the [io.Reader] interface.

(p []byte)

Source from the content-addressed store, hash-verified

38
39// Read implements the [io.Reader] interface.
40func (i *In) Read(p []byte) (int, error) {
41 return i.in.Read(p)
42}
43
44// Close implements the [io.Closer] interface.
45func (i *In) Close() error {

Callers 12

TestPluginServerFunction · 0.45
randomIDFunction · 0.45
ConnectAndWaitFunction · 0.45
SetMethod · 0.45
SetMethod · 0.45
SetMethod · 0.45
SetMethod · 0.45
SetMethod · 0.45
SetMethod · 0.45
randomStringFunction · 0.45
RootCmdFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestPluginServerFunction · 0.36