MCPcopy Create free account
hub / github.com/coder/coder / WithMetrics

Method WithMetrics

aibridge/recorder/recorder.go:164–168  ·  view source on GitHub ↗
(m any)

Source from the content-addressed store, hash-verified

162}
163
164func (a *AsyncRecorder) WithMetrics(m any) {
165 if m, ok := m.(*metrics.Metrics); ok {
166 a.metrics = m
167 }
168}
169
170func (a *AsyncRecorder) WithProvider(provider string) {
171 a.provider = provider

Callers 1

newInterceptionProcessorFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected