Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cortesi/devd
/ nopInjector
Struct
nopInjector
inject/inject.go:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
type
nopInjector
struct
{
50
src io.Reader
51
}
52
53
func
(injector *nopInjector) Copy(dst io.Writer) (int64, error) {
54
return
io.Copy(dst, injector.src)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected