Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
229
export
function
buildUserId(deviceId: string): string {
230
return
USER_ID_PREFIX + deviceId;
231
}
232
233
export
function
buildPayload(
234
events: readonly EnrichedTelemetryEvent[],
Callers
1
buildPayload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected