Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ createFtsTable
Function
createFtsTable
packages/node-runtime/src/fts/index.ts:29–31 ·
view source on GitHub ↗
(db: DatabaseAdapter)
Source
from the content-addressed store, hash-verified
27
* Create FTS virtual table
if
it doesn't exist.
28
*/
29
export
function
createFtsTable(db: DatabaseAdapter): void {
30
db.exec(FTS_TABLE_SCHEMA)
31
}
32
33
/**
34
* Build FTS index from all text messages in the database.
Callers
1
buildFtsIndex
Function · 0.70
Calls
1
exec
Method · 0.65
Tested by
no test coverage detected