Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
54
func
(s streamsFileWriter) Write(p []byte) (n int, err error) {
55
return
s.stream.Write(p)
56
}
57
58
func
(s streamsFileWriter) Fd() uintptr {
59
return
s.stream.FD()
Callers
2
Status
Method · 0.45
ContainerWrite
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected