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

Method syncDocsWithPrompt

core/indexing/docs/DocsService.ts:389–393  ·  view source on GitHub ↗
(reIndex: boolean = false)

Source from the content-addressed store, hash-verified

387 }
388
389 async syncDocsWithPrompt(reIndex: boolean = false) {
390 await this.syncDocs(undefined, this.config, reIndex);
391
392 void this.ide.showToast("info", "Docs indexing completed");
393 }
394
395 // Returns true if startUrl has been indexed with current embeddingsProvider
396 async hasMetadata(startUrl: string): Promise<boolean> {

Callers 1

Calls 2

syncDocsMethod · 0.95
showToastMethod · 0.65

Tested by

no test coverage detected