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

Method fetchRemoteConfig

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

Source from the content-addressed store, hash-verified

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

Callers 5

fetchCloudCatalogFunction · 0.65
importFromCloudFunction · 0.65
fetchCloudCatalogFunction · 0.65
importFromCloudFunction · 0.65
fetchRemoteConfigMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected