Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
26
export
async
function
cleanupArchiveImportSources(): Promise<void> {
27
if
(!sourceManager)
return
28
const
manager = sourceManager
29
sourceManager = null
30
await
manager.close()
31
}
Callers
2
cleanup
Function · 0.90
cleanupAsync
Function · 0.90
Calls
1
close
Method · 0.65
Tested by
no test coverage detected