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

Method deleteIndexes

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

Source from the content-addressed store, hash-verified

1275 }
1276
1277 private async deleteIndexes(startUrl: string) {
1278 await this.deleteEmbeddingsFromLance(startUrl);
1279 await this.deleteMetadataFromSqlite(startUrl);
1280 }
1281
1282 async delete(startUrl: string) {
1283 this.docsIndexingQueue.delete(startUrl);

Callers 2

indexAndAddMethod · 0.95
deleteMethod · 0.95

Calls 2

Tested by

no test coverage detected