MCPcopy
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
49type nopInjector struct {
50 src io.Reader
51}
52
53func (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