Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
type
Injector
interface
{
34
Copy(dst io.Writer) (int64, error)
35
Extra() int
36
Found() bool
37
}
Callers
8
inject
Function · 0.65
TestNil
Function · 0.65
Copy
Method · 0.65
ServeTemplate
Method · 0.65
Copy
Method · 0.65
copyResponse
Method · 0.65
TestServeContent
Function · 0.65
serveContent
Function · 0.65
Implementers
2
nopInjector
inject/inject.go
realInjector
inject/inject.go
Calls
no outgoing calls
Tested by
3
inject
Function · 0.52
TestNil
Function · 0.52
TestServeContent
Function · 0.52