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

Method releaseImportSource

src/services/import/types.ts:135–135  ·  view source on GitHub ↗

释放导入源及其临时文件;重复调用应保持幂等。

(sourceId: string)

Source from the content-addressed store, hash-verified

133
134 /** 释放导入源及其临时文件;重复调用应保持幂等。 */
135 releaseImportSource(sourceId: string): Promise<void>
136
137 /** 获取支持的导入格式列表 */
138 getSupportedFormats(): Promise<FormatInfo[]>

Callers 2

releaseImportSourceMethod · 0.65

Implementers 2

ElectronImportAdaptersrc/services/import/electron.ts
FetchImportAdaptersrc/services/import/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected