Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ resetPersistenceQueues
Function
resetPersistenceQueues
src/renderer/src/stores/persistenceQueue.ts:373–376 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
371
}
372
373
export
async
function
resetPersistenceQueues(): Promise<void> {
374
await
flushAllPersistenceQueues()
375
queues.clear()
376
}
Callers
1
runSwitchTransaction
Function · 0.90
Calls
2
flushAllPersistenceQueues
Function · 0.85
clear
Method · 0.65
Tested by
no test coverage detected