Graphorin API reference v0.7.0
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 CS-10 guard covers (W-113). 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[]