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

Function createDesktopRuntimeIdentity

apps/desktop/main/runtime-compat.ts:22–24  ·  view source on GitHub ↗
(version: string)

Source from the content-addressed store, hash-verified

20}
21
22export function createDesktopRuntimeIdentity(version: string): RuntimeIdentity {
23 return { version, kind: 'desktop' }
24}
25
26export function assertDesktopDataDirCompatible(pathProvider: PathProvider, version: string): RuntimeIdentity {
27 const runtime = createDesktopRuntimeIdentity(version)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected