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

Method releaseImportSource

src/services/import/electron.ts:113–115  ·  view source on GitHub ↗
(sourceId: string)

Source from the content-addressed store, hash-verified

111 }
112
113 async releaseImportSource(sourceId: string): Promise<void> {
114 await window.chatApi.releaseImportSource(sourceId)
115 }
116
117 getSupportedFormats(): Promise<FormatInfo[]> {
118 return window.chatApi.getSupportedFormats()

Callers

nothing calls this directly

Calls 1

releaseImportSourceMethod · 0.65

Tested by

no test coverage detected