MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / markPendingDeleteDir

Function markPendingDeleteDir

packages/node-runtime/src/data-dir-switch.ts:367–369  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

365 clearPendingNodeDataDirMigration(systemDir)
366 },
367 markPendingDeleteDir(dir) {
368 deleteOldUserDataDirIfSafe(dir, pending.to, deps.removeDir)
369 },
370 })
371
372 if (!result.success) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected