MCPcopy Index your code
hub / github.com/coder/coder / Setup

Method Setup

aibridge/intercept/messages/streaming.go:63–65  ·  view source on GitHub ↗
(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier)

Source from the content-addressed store, hash-verified

61}
62
63func (i *StreamingInterception) Setup(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier) {
64 i.interceptionBase.Setup(logger.Named("streaming"), rec, mcpProxy)
65}
66
67func (*StreamingInterception) Streaming() bool {
68 return true

Callers

nothing calls this directly

Calls 2

NamedMethod · 0.80
SetupMethod · 0.65

Tested by

no test coverage detected