MCPcopy
hub / github.com/codeaashu/claude-code / sink

Function sink

web/lib/performance/metrics.ts:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16type MetricSink = (metric: PerformanceMetric) => void;
17
18let sink: MetricSink = () => {};
19
20/** Register a custom analytics sink (e.g. PostHog, Datadog, console). */
21export function setMetricSink(fn: MetricSink): void {

Callers 2

streamRenderedMessagesFunction · 0.85
reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected