MCPcopy Create free account
hub / github.com/coder/envbuilder / progressWriter

Struct progressWriter

git/git.go:377–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377type progressWriter struct {
378 io.WriteCloser
379 r io.ReadCloser
380 done chan struct{}
381}
382
383func (w *progressWriter) Close() error {
384 err := w.WriteCloser.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected