Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
type
Injector
interface
{
34
Copy(dst io.Writer) (int64, error)
35
Extra() int
36
Found() bool
37
}
38
39
// realInjector keeps injection state
40
type
realInjector
struct
{
Callers
15
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
ServeTemplate
Method · 0.65
ServeHTTPContext
Method · 0.65
serveContent
Function · 0.65
inject
Function · 0.65
Implementers
2
nopInjector
inject/inject.go
realInjector
inject/inject.go
Calls
no outgoing calls
Tested by
no test coverage detected