MCPcopy
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

waitForDBIndexMethod · 0.80
refreshCodebaseIndexMethod · 0.80

Calls 3

getLockTableNameMethod · 0.80
getMethod · 0.65
runMethod · 0.65

Tested by

no test coverage detected