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

Method FD

cli/streams/in.go:28–30  ·  view source on GitHub ↗

FD returns the file descriptor number for this stream.

()

Source from the content-addressed store, hash-verified

26
27// FD returns the file descriptor number for this stream.
28func (i *In) FD() uintptr {
29 return i.cs.fd
30}
31
32// File returns the underlying *os.File if the stream was constructed from one.
33// If the stream was created from a non-file (e.g., a pipe, buffer, or wrapper),

Callers 3

readKeyFunction · 0.45
DisableInputEchoFunction · 0.45
DisplayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected