MCPcopy Create free account
hub / github.com/continuedev/continue / reindexDoc

Method reindexDoc

core/indexing/docs/DocsService.ts:425–432  ·  view source on GitHub ↗
(startUrl: string)

Source from the content-addressed store, hash-verified

423 }
424
425 async reindexDoc(startUrl: string) {
426 const docConfig = this.config.docs?.find(
427 (doc) => doc.startUrl === startUrl,
428 );
429 if (docConfig) {
430 await this.indexAndAdd(docConfig, true);
431 }
432 }
433
434 // eslint-disable-next-line max-statements
435 async indexAndAdd(

Callers 1

Calls 1

indexAndAddMethod · 0.95

Tested by

no test coverage detected