Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
func
newIOCopier(w io.WriteCloser) *ioCopier {
19
return
&ioCopier{
20
w: w,
21
done: make(
chan
struct
{}),
22
}
23
}
24
25
func
(s *ioCopier) Name() string {
26
return
"ioCopier"
Callers
1
Start
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected