MCPcopy Create free account
hub / github.com/experdot/pointer / waitForWrites

Function waitForWrites

src/renderer/src/stores/persistenceQueue.ts:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 async function waitForWrites(): Promise<void> {
150 await Promise.all(Array.from(writing.values()))
151 }
152
153 function hasPending(key?: TKey): boolean {
154 if (key) {

Callers 1

disposeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected