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

Function buildUserId

packages/telemetry/src/transport.ts:229–231  ·  view source on GitHub ↗
(deviceId: string)

Source from the content-addressed store, hash-verified

227}
228
229export function buildUserId(deviceId: string): string {
230 return USER_ID_PREFIX + deviceId;
231}
232
233export function buildPayload(
234 events: readonly EnrichedTelemetryEvent[],

Callers 1

buildPayloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected