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

Interface Injector

inject/inject.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type Injector interface {
34 Copy(dst io.Writer) (int64, error)
35 Extra() int
36 Found() bool
37}
38
39// realInjector keeps injection state
40type realInjector struct {

Callers 15

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

Implementers 2

nopInjectorinject/inject.go
realInjectorinject/inject.go

Calls

no outgoing calls

Tested by

no test coverage detected