Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
export
interface
PlatformAdapter {
40
getVersion(): Promise<string>
41
fetchRemoteConfig(url: string): Promise<RemoteConfigResult>
42
43
setThemeSource(theme:
'system'
|
'light'
|
'dark'
): void
Callers
14
withAnalyticsCache
Function · 0.65
registerSystemRoutes
Function · 0.65
init
Method · 0.65
getService
Function · 0.65
startInternalServer
Function · 0.65
buildChatLabUserAgentHeaders
Function · 0.65
assertDataDirCompatibleNow
Function · 0.65
initWorker
Function · 0.65
streamImport
Function · 0.65
sessionExists
Method · 0.65
registerSystemRoutes
Function · 0.65
registerWindowHandlers
Function · 0.65
Implementers
2
ElectronPlatformAdapter
src/services/platform/electron.ts
WebPlatformAdapter
src/services/platform/web.ts
Calls
no outgoing calls
Tested by
no test coverage detected