MCPcopy Index your code
hub / github.com/massCodeIO/massCode / notifyStorageSynced

Function notifyStorageSynced

src/main/api/routes/captures.ts:379–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377}
378
379function notifyStorageSynced(): void {
380 BrowserWindow.getAllWindows().forEach((window) => {
381 window.webContents.send('system:storage-synced')
382 })
383}
384
385function createCodeCapture(body: CaptureRequest): CaptureResponse {
386 const storage = useStorage()

Callers 1

captures.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected