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

Function cleanupArchiveImportSources

apps/desktop/main/import-source-runtime.ts:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26export async function cleanupArchiveImportSources(): Promise<void> {
27 if (!sourceManager) return
28 const manager = sourceManager
29 sourceManager = null
30 await manager.close()
31}

Callers 2

cleanupFunction · 0.90
cleanupAsyncFunction · 0.90

Calls 1

closeMethod · 0.65

Tested by

no test coverage detected