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

Method updateProgress

core/indexing/CodebaseIndexer.ts:674–679  ·  view source on GitHub ↗
(update: IndexingProgressUpdate)

Source from the content-addressed store, hash-verified

672 // New methods using messenger directly
673
674 private updateProgress(update: IndexingProgressUpdate) {
675 this.codebaseIndexingState = update;
676 if (this.messenger) {
677 void this.messenger.request("indexProgress", update);
678 }
679 }
680
681 private async sendIndexingErrorTelemetry(update: IndexingProgressUpdate) {
682 console.debug(

Callers 3

refreshCodebaseIndexMethod · 0.95
handleIndexingErrorMethod · 0.95

Calls 1

requestMethod · 0.65

Tested by

no test coverage detected