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

Function useImportService

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

Source from the content-addressed store, hash-verified

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

Callers 2

importFileFromPathFunction · 0.90
importFilesFromPathsFunction · 0.90

Calls 1

getRegisteredAdapterFunction · 0.90

Tested by

no test coverage detected