MCPcopy
hub / github.com/cortesi/devd / Copy

Method Copy

inject/inject.go:34–34  ·  view source on GitHub ↗
(dst io.Writer)

Source from the content-addressed store, hash-verified

32
33type Injector interface {
34 Copy(dst io.Writer) (int64, error)
35 Extra() int
36 Found() bool
37}

Callers 8

injectFunction · 0.65
TestNilFunction · 0.65
CopyMethod · 0.65
ServeTemplateMethod · 0.65
CopyMethod · 0.65
copyResponseMethod · 0.65
TestServeContentFunction · 0.65
serveContentFunction · 0.65

Implementers 2

nopInjectorinject/inject.go
realInjectorinject/inject.go

Calls

no outgoing calls

Tested by 3

injectFunction · 0.52
TestNilFunction · 0.52
TestServeContentFunction · 0.52