MCPcopy Index your code
hub / github.com/github/git-sizer / newIOCopier

Function newIOCopier

internal/pipe/iocopier.go:18–23  ·  view source on GitHub ↗
(w io.WriteCloser)

Source from the content-addressed store, hash-verified

16}
17
18func newIOCopier(w io.WriteCloser) *ioCopier {
19 return &ioCopier{
20 w: w,
21 done: make(chan struct{}),
22 }
23}
24
25func (s *ioCopier) Name() string {
26 return "ioCopier"

Callers 1

StartMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected