Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/store-sqlite / / listCheckedFtsTables

Function: listCheckedFtsTables()

ts
function listCheckedFtsTables(): readonly string[];

Defined in: packages/store-sqlite/src/fts-integrity.ts:46

Internal

The FTS tables the integrity guard covers. Exported so the coverage self-check test can diff this list against the %_fts tables of a fully-migrated database - a new FTS index that is not registered here fails the test instead of silently escaping the integrity check.

Returns

readonly string[]