Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ unlock
Method
unlock
core/indexing/refreshIndex.ts:581–587 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
579
}
580
581
static
async
unlock() {
582
const
db =
await
SqliteDb.get();
583
await
db.run(
584
`DELETE FROM ${IndexLock.getLockTableName()} WHERE locked = ?`,
585
true,
586
);
587
}
588
}
Callers
2
waitForDBIndex
Method · 0.80
refreshCodebaseIndex
Method · 0.80
Calls
3
getLockTableName
Method · 0.80
get
Method · 0.65
run
Method · 0.65
Tested by
no test coverage detected