Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
function
getEventUserId(): string {
23
return
node_machine_id.machineIdSync();
24
}
25
26
// Singleton to cache the latest version result
27
let
latestVersionCache: Promise<string | null> | null = null;
Callers
1
getLatestVersion
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected