MCPcopy
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
53func (injector *nopInjector) Copy(dst io.Writer) (int64, error) {
54 return io.Copy(dst, injector.src)
55}
56
57func (injector *nopInjector) Extra() int {
58 return 0

Callers

nothing calls this directly

Calls 1

CopyMethod · 0.65

Tested by

no test coverage detected