Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/continuedev/continue
/ clearDatabase
Method
clearDatabase
core/indexing/TestCodebaseIndex.ts:71–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
async
clearDatabase(): Promise<void> {
72
const
db =
await
SqliteDb.get();
73
await
TestCodebaseIndex._createTables(db);
74
await
db.run(
"DELETE FROM test_index"
);
75
}
76
}
Callers
1
CodebaseIndexer.test.ts
File · 0.80
Calls
3
get
Method · 0.65
run
Method · 0.65
_createTables
Method · 0.45
Tested by
no test coverage detected