Method
Setup
(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier)
Source from the content-addressed store, hash-verified
| 55 | } |
| 56 | |
| 57 | func (i *BlockingInterception) Setup(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier) { |
| 58 | i.interceptionBase.Setup(logger.Named("blocking"), rec, mcpProxy) |
| 59 | } |
| 60 | |
| 61 | func (i *BlockingInterception) TraceAttributes(r *http.Request) []attribute.KeyValue { |
| 62 | return i.interceptionBase.baseTraceAttributes(r, false) |
Callers
nothing calls this directly
Tested by
no test coverage detected