MCPcopy
hub / github.com/continuedev/continue / handleStatusUpdate

Method handleStatusUpdate

core/indexing/docs/DocsService.ts:242–245  ·  view source on GitHub ↗
(update: IndexingStatus)

Source from the content-addressed store, hash-verified

240 readonly statuses: Map<string, IndexingStatus> = new Map();
241
242 handleStatusUpdate(update: IndexingStatus) {
243 this.statuses.set(update.id, update);
244 this.messenger?.send("indexing/statusUpdate", update);
245 }
246
247 // A way for gui to retrieve initial statuses
248 async initStatuses(): Promise<void> {

Callers 4

initStatusesMethod · 0.95
abortMethod · 0.95
indexAndAddMethod · 0.95
syncDocsMethod · 0.95

Calls 2

setMethod · 0.65
sendMethod · 0.65

Tested by

no test coverage detected