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

Struct realInjector

inject/inject.go:40–47  ·  view source on GitHub ↗

realInjector keeps injection state

Source from the content-addressed store, hash-verified

38
39// realInjector keeps injection state
40type realInjector struct {
41 // Has the marker been found?
42 found bool
43 conf *CopyInject
44 src io.Reader
45 offset int
46 sniffedData []byte
47}
48
49type nopInjector struct {
50 src io.Reader

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected