MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / onProgress

Function onProgress

packages/node-runtime/src/services/contacts/worker-entry.ts:30–30  ·  view source on GitHub ↗
(progress: ContactsComputeProgress)

Source from the content-addressed store, hash-verified

28 })
29 const adapter = createDatabaseManagerAdapter(dbManager)
30 const onProgress = (progress: ContactsComputeProgress) => parentPort?.postMessage({ type: 'progress', progress })
31 const snapshot = computeContactsSnapshot({
32 adapter,
33 signature: options.signature,

Callers 6

streamImportSingleFunction · 0.50
commitAndBeginNewFunction · 0.50
analyzeNewImportFunction · 0.50
generateSessionSummariesFunction · 0.50
downloadDictFunction · 0.50

Calls 1

postMessageMethod · 0.65

Tested by

no test coverage detected