MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / postStatus

Function postStatus

src/sidebarApps/searchInFiles/indexWorker.js:332–334  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

330}
331
332function postStatus(data) {
333 self.postMessage({ action: "status", data });
334}
335
336function getDB() {
337 if (dbPromise) return dbPromise;

Callers 2

queueSyncFunction · 0.85
syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected