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

Method WithClient

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

Source from the content-addressed store, hash-verified

180}
181
182func (a *AsyncRecorder) WithClient(client string) {
183 a.client = client
184}
185
186// RecordInterception must NOT be called asynchronously.
187// 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