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

Method attachSink

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

Source from the content-addressed store, hash-verified

164 }
165
166 override attachSink(sink: EventSink): void {
167 this.parent.attachSink(sink);
168 }
169
170 override disable(): void {
171 this.parent.disable();

Callers

nothing calls this directly

Calls 1

attachSinkMethod · 0.45

Tested by

no test coverage detected