MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getDesktopAppVersion

Function getDesktopAppVersion

apps/desktop/main/runtime-compat.ts:18–20  ·  view source on GitHub ↗
(electronVersion: string | null | undefined)

Source from the content-addressed store, hash-verified

16}
17
18export function getDesktopAppVersion(electronVersion: string | null | undefined): string {
19 return resolveDesktopAppVersion(electronVersion, typeof __APP_VERSION__ !== 'undefined' ? __APP_VERSION__ : undefined)
20}
21
22export function createDesktopRuntimeIdentity(version: string): RuntimeIdentity {
23 return { version, kind: 'desktop' }

Callers 9

initMethod · 0.90
startInternalServerFunction · 0.90
initWorkerFunction · 0.90
streamImportFunction · 0.90
sessionExistsMethod · 0.90
registerSystemRoutesFunction · 0.90
registerWindowHandlersFunction · 0.90

Calls 1

resolveDesktopAppVersionFunction · 0.85

Tested by

no test coverage detected