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

Struct monitorDebuggerInstance

commands/debug.go:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86type monitorDebuggerInstance struct {
87 cfg *build.InvokeConfig
88 in io.ReadCloser
89 m *monitor.Monitor
90}
91
92func (d *monitorDebuggerInstance) Start(printer *progress.Printer, opts *BuildOptions) error {
93 d.m = monitor.New(d.cfg, d.in, os.Stdout, os.Stderr, printer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected