MCPcopy Create free account
hub / github.com/coder/aibridge / TraceAttributes

Method TraceAttributes

intercept/messages/blocking.go:61–63  ·  view source on GitHub ↗
(r *http.Request)

Source from the content-addressed store, hash-verified

59}
60
61func (i *BlockingInterception) TraceAttributes(r *http.Request) []attribute.KeyValue {
62 return i.interceptionBase.baseTraceAttributes(r, false)
63}
64
65func (*BlockingInterception) Streaming() bool {
66 return false

Callers

nothing calls this directly

Calls 1

baseTraceAttributesMethod · 0.45

Tested by

no test coverage detected