MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / importByUrlsLocal

Function importByUrlsLocal

src/pages/components/layout/MainLayout.tsx:199–202  ·  view source on GitHub ↗
(urls: string[])

Source from the content-addressed store, hash-verified

197 };
198
199 const importByUrlsLocal = async (urls: string[]): Promise<void> => {
200 const stat = await importByUrls(urls);
201 if (stat) showImportResult(stat);
202 };
203
204 // 处理 ZIP 文件的 Skill 安装
205 const handleZipSkillInstall = async (file: File) => {

Callers 1

handleImportFunction · 0.85

Calls 2

importByUrlsFunction · 0.85
showImportResultFunction · 0.85

Tested by

no test coverage detected