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

Function useDataService

src/services/data/service.ts:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9import type { DataAdapter } from './types'
10
11export function useDataService(): DataAdapter {
12 return getRegisteredAdapter<DataAdapter>('data')
13}

Callers 11

ensureOwnerInfoFunction · 0.90
loadSessionsFunction · 0.90
deleteSessionFunction · 0.90
renameSessionFunction · 0.90
updateSessionOwnerIdFunction · 0.90
setOwnerAndApplyProfileFunction · 0.90
tryApplyOwnerProfileFunction · 0.90
dismissOwnerPromptFunction · 0.90
loadBaseDataFunction · 0.90
loadAnalysisDataFunction · 0.90

Calls 1

getRegisteredAdapterFunction · 0.90

Tested by

no test coverage detected