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

Method getVersion

src/services/platform/types.ts:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39export interface PlatformAdapter {
40 getVersion(): Promise<string>
41 fetchRemoteConfig(url: string): Promise<RemoteConfigResult>
42
43 setThemeSource(theme: 'system' | 'light' | 'dark'): void

Callers 14

withAnalyticsCacheFunction · 0.65
registerSystemRoutesFunction · 0.65
initMethod · 0.65
getServiceFunction · 0.65
startInternalServerFunction · 0.65
initWorkerFunction · 0.65
streamImportFunction · 0.65
sessionExistsMethod · 0.65
registerSystemRoutesFunction · 0.65
registerWindowHandlersFunction · 0.65

Implementers 2

ElectronPlatformAdaptersrc/services/platform/electron.ts
WebPlatformAdaptersrc/services/platform/web.ts

Calls

no outgoing calls

Tested by

no test coverage detected