MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / InjectStream

Method InjectStream

internal/toolinjection/format_claude.go:25–27  ·  view source on GitHub ↗
(dataChan <-chan []byte, rule *config.ToolCallInjectionRule, model string)

Source from the content-addressed store, hash-verified

23}
24
25func (claudeFormat) InjectStream(dataChan <-chan []byte, rule *config.ToolCallInjectionRule, model string) <-chan []byte {
26 return InjectClaudeStream(dataChan, rule, model)
27}
28
29func (claudeFormat) StripAndCapture(rawJSON []byte) ([]byte, []CapturedResult) {
30 return stripAndCaptureClaude(rawJSON)

Callers

nothing calls this directly

Calls 1

InjectClaudeStreamFunction · 0.85

Tested by

no test coverage detected