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

Function cleanupTempFile

packages/sync/src/pull-engine.ts:143–149  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

141}
142
143function cleanupTempFile(filePath: string): void {
144 try {
145 if (fs.existsSync(filePath)) fs.unlinkSync(filePath)
146 } catch {
147 /* ignore */
148 }
149}
150
151// ==================== Pull Engine ====================
152

Callers 1

executePullSessionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected