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

Method WithClient

recorder/recorder.go:184–186  ·  view source on GitHub ↗
(client string)

Source from the content-addressed store, hash-verified

182}
183
184func (a *AsyncRecorder) WithClient(client string) {
185 a.client = client
186}
187
188// RecordInterception must NOT be called asynchronously.
189// If an interception cannot be recorded, the whole request should fail.

Callers 1

newInterceptionProcessorFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected