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

Method ID

aibridge/intercept/interceptor.go:17–17  ·  view source on GitHub ↗

ID returns the unique identifier for this interception.

()

Source from the content-addressed store, hash-verified

15type Interceptor interface {
16 // ID returns the unique identifier for this interception.
17 ID() uuid.UUID
18 // Setup injects some required dependencies. This MUST be called before using the interceptor
19 // to process requests.
20 Setup(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier)

Callers 9

newInterceptionProcessorFunction · 0.65
ProcessRequestMethod · 0.65
marshalEventMethod · 0.65
ProcessRequestMethod · 0.65
ProcessRequestMethod · 0.65
ProcessRequestMethod · 0.65
TestManager_RegisterFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestManager_RegisterFunction · 0.52