MCPcopy Create free account
hub / github.com/docker/buildx / Close

Method Close

monitor/monitor.go:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117}
118
119func (m *Monitor) Close() error {
120 return m.stdin.Close()
121}
122
123// RunMonitor provides an interactive session for running and managing containers via specified IO.
124func RunMonitor(ctx context.Context, invokeConfig *build.InvokeConfig, rCtx *build.ResultHandle, stdin io.ReadCloser, stdout, stderr io.WriteCloser, progress *progress.Printer) error {

Callers 4

RunMethod · 0.45
RunMonitorFunction · 0.45
invokeMethod · 0.45
StartProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected