MCPcopy
hub / github.com/docker/compose / Write

Method Write

cmd/prompt/prompt.go:54–56  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

52}
53
54func (s streamsFileWriter) Write(p []byte) (n int, err error) {
55 return s.stream.Write(p)
56}
57
58func (s streamsFileWriter) Fd() uintptr {
59 return s.stream.FD()

Callers 2

StatusMethod · 0.45
ContainerWriteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected