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

Function usePlatformService

src/services/platform/service.ts:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import type { PlatformAdapter } from './types'
7
8export function usePlatformService(): PlatformAdapter {
9 return getRegisteredAdapter<PlatformAdapter>('platform')
10}

Callers 6

fetchCloudCatalogFunction · 0.90
importFromCloudFunction · 0.90
importFileFunction · 0.90
fetchCloudCatalogFunction · 0.90
importFromCloudFunction · 0.90
captureElementFunction · 0.90

Calls 1

getRegisteredAdapterFunction · 0.90

Tested by

no test coverage detected