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

Method Extra

inject/inject.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

ServeTemplateMethod · 0.65
ServeHTTPContextMethod · 0.65
serveContentFunction · 0.65

Implementers 2

nopInjectorinject/inject.go
realInjectorinject/inject.go

Calls

no outgoing calls

Tested by

no test coverage detected