MCPcopy Index your code
hub / github.com/continuedev/continue / getEventUserId

Function getEventUserId

extensions/cli/src/version.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22function getEventUserId(): string {
23 return node_machine_id.machineIdSync();
24}
25
26// Singleton to cache the latest version result
27let latestVersionCache: Promise<string | null> | null = null;

Callers 1

getLatestVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected