MCPcopy Index your code
hub / github.com/continuedev/continue / create

Method create

core/indexing/refreshIndex.ts:476–478  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

474 artifactId = "globalCache";
475
476 static async create(): Promise<GlobalCacheCodeBaseIndex> {
477 return new GlobalCacheCodeBaseIndex(await SqliteDb.get());
478 }
479
480 async *update(
481 tag: IndexTag,

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected