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

Method scanMultiChatFile

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

扫描包含多个聊天的文件

(file: File | string)

Source from the content-addressed store, hash-verified

124
125 /** 扫描包含多个聊天的文件 */
126 scanMultiChatFile(file: File | string): Promise<MultiChatEntry[]>
127
128 /** 注册 ZIP 导入源。Web 上传一次,Electron 记录本地路径。 */
129 prepareImportSource(file: File | string): Promise<PreparedImportSourceResult>

Callers 1

scanMultiChatFileMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected