MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / attachSink

Function attachSink

packages/telemetry/src/client.ts:209–211  ·  view source on GitHub ↗
(sink: EventSink)

Source from the content-addressed store, hash-verified

207}
208
209export function attachSink(sink: EventSink): void {
210 defaultClient.attachSink(sink);
211}
212
213export function disable(): void {
214 defaultClient.disable();

Callers

nothing calls this directly

Calls 1

attachSinkMethod · 0.45

Tested by

no test coverage detected