Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getComputeDeleteAddRemove
Function · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected