Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortesi/devd
/ Copy
Method
Copy
inject/inject.go:53–55 ·
view source on GitHub ↗
(dst io.Writer)
Source
from the content-addressed store, hash-verified
51
}
52
53
func
(injector *nopInjector) Copy(dst io.Writer) (int64, error) {
54
return
io.Copy(dst, injector.src)
55
}
56
57
func
(injector *nopInjector) Extra() int {
58
return
0
Callers
nothing calls this directly
Calls
1
Copy
Method · 0.65
Tested by
no test coverage detected